Html Css Color HEX #B9213B Cardinal

📋 copy color: '#B9213B'

red 185 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #B9213B

Tints of Cardinal #B9213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 66.79%
G = 11.91%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9213B (or 0xB9213B) is known color: Cardinal. HEX triplet: B9, 21 and 3B. RGB value is (185,33,59). Sum of RGB (Red+Green+Blue) = 185+33+59=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B9213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9213B is #46DEC4. Grayscale: #515151. Windows color (decimal): -4644549 or 3875257. OLE color: 3875257.

HSL color Cylindrical-coordinate representation of color #B9213B: hue angle of 349.74º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9213B is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 33 59 -
CMYK 0 0.82 0.68 0.27
HSL 349.74º 0.7% 0.43% -
HSV(B) 349.74º 0.82% 0.73% -
XYZ 21.34 11.72 5.27 -
YUV 81.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 185 33 59 0 0.82 0.68 0.27 349.74 0.7 0.43
Hex B9 21 3B 0 52 44 1B 15E 46 2B
Octal 271 41 73 0 122 104 33 536 106 53
Binary 10111001 100001 111011 0 1010010 1000100 11011 101011110 1000110 101011

Color Harmonies of #B9213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9213B

Black with #B9213B

Text Example


Text Example

White with #B9213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9213B; }

 p { color: rgb(185,33,59); }

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

background-color css

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

 a { background-color: rgb(185,33,59); }

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

border-color css

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

 span { border-color: rgb(185,33,59); }

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