Html Css Color HEX #B9203B Cardinal

📋 copy color: '#B9203B'

red 185 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #B9203B

Tints of Cardinal #B9203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 67.03%
G = 11.59%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#B9203B (or 0xB9203B) is known color: Cardinal. HEX triplet: B9, 20 and 3B. RGB value is (185,32,59). Sum of RGB (Red+Green+Blue) = 185+32+59=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B9203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9203B is #46DFC4. Grayscale: #505050. Windows color (decimal): -4644805 or 3875001. OLE color: 3875001.

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

Color convert

RGB 185 32 59 -
CMYK 0 0.83 0.68 0.27
HSL 349.41º 0.71% 0.43% -
HSV(B) 349.41º 0.83% 0.73% -
XYZ 21.31 11.66 5.27 -
YUV 80.83 115.69 202.3 -
System Red Green Blue C M Y K H S L
Decimal 185 32 59 0 0.83 0.68 0.27 349.41 0.71 0.43
Hex B9 20 3B 0 53 44 1B 15D 47 2B
Octal 271 40 73 0 123 104 33 535 107 53
Binary 10111001 100000 111011 0 1010011 1000100 11011 101011101 1000111 101011

Color Harmonies of #B9203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9203B

Black with #B9203B

Text Example


Text Example

White with #B9203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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