Html Css Color HEX #B9262A Cardinal

📋 copy color: '#B9262A'

red 185 ◦ green 38 ◦ blue 42

#B9262A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B9262A

Tints of Cardinal #B9262A

RGB

 RED value IS 185 (72.66% from 255) = 69.81%

 GREEN value IS 38 (15.23% from 255) = 14.34%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 69.81%
G = 14.34%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9262A (or 0xB9262A) is known color: Cardinal. HEX triplet: B9, 26 and 2A. RGB value is (185,38,42). Sum of RGB (Red+Green+Blue) = 185+38+42=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9262A is #46D9D5. Grayscale: #525252. Windows color (decimal): -4643286 or 2762425. OLE color: 2762425.

HSL color Cylindrical-coordinate representation of color #B9262A: hue angle of 358.37º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9262A is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 38 42 -
CMYK 0 0.79 0.77 0.27
HSL 358.37º 0.66% 0.44% -
HSV(B) 358.37º 0.79% 0.73% -
XYZ 21.12 11.87 3.37 -
YUV 82.41 105.2 201.17 -
System Red Green Blue C M Y K H S L
Decimal 185 38 42 0 0.79 0.77 0.27 358.37 0.66 0.44
Hex B9 26 2A 0 4F 4D 1B 166 42 2C
Octal 271 46 52 0 117 115 33 546 102 54
Binary 10111001 100110 101010 0 1001111 1001101 11011 101100110 1000010 101100

Color Harmonies of #B9262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9262A

Black with #B9262A

Text Example


Text Example

White with #B9262A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9262A; }

 p { color: rgb(185,38,42); }

 H1.HeaderClassName
 {
   color: #B9262A;
 }
 .AnyTagClassName
 {
   color: #B9262A;
 }
</style>

background-color css

<style>
 a { background-color: #B9262A; }

 a { background-color: rgb(185,38,42); }

 div.DivClassName
 {
   background-color: #B9262A;
 }
 .BgClassName
 {
   background-color: #B9262A;
 }
</style>

border-color css

<style>
 span { border-color: #B9262A; }

 span { border-color: rgb(185,38,42); }

 td.TdClassName
 {
   border-color: #B9262A;
 }
 .TagClassName
 {
   border-color: #B9262A;
 }
</style>