Html Css Color HEX #B8203B Cardinal

📋 copy color: '#B8203B'

red 184 ◦ green 32 ◦ blue 59

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

Shades of Cardinal #B8203B

Tints of Cardinal #B8203B

RGB

 RED value IS 184 (72.27% from 255) = 66.91%

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

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

R = 66.91%
G = 11.64%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B8203B (or 0xB8203B) is known color: Cardinal. HEX triplet: B8, 20 and 3B. RGB value is (184,32,59). Sum of RGB (Red+Green+Blue) = 184+32+59=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8203B is #47DFC4. Grayscale: #505050. Windows color (decimal): -4710341 or 3875000. OLE color: 3875000.

HSL color Cylindrical-coordinate representation of color #B8203B: hue angle of 349.34º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8203B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 59 -
CMYK 0 0.83 0.68 0.28
HSL 349.34º 0.7% 0.42% -
HSV(B) 349.34º 0.83% 0.72% -
XYZ 21.07 11.54 5.25 -
YUV 80.53 115.86 201.8 -
System Red Green Blue C M Y K H S L
Decimal 184 32 59 0 0.83 0.68 0.28 349.34 0.7 0.42
Hex B8 20 3B 0 53 44 1C 15D 46 2A
Octal 270 40 73 0 123 104 34 535 106 52
Binary 10111000 100000 111011 0 1010011 1000100 11100 101011101 1000110 101010

Color Harmonies of #B8203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8203B

Black with #B8203B

Text Example


Text Example

White with #B8203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8203B; }

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

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

background-color css

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

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

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

border-color css

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

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

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