Html Css Color HEX #B8203E Cardinal

📋 copy color: '#B8203E'

red 184 ◦ green 32 ◦ blue 62

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

Shades of Cardinal #B8203E

Tints of Cardinal #B8203E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.3%

R = 66.19%
G = 11.51%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B8203E (or 0xB8203E) is known color: Cardinal. HEX triplet: B8, 20 and 3E. RGB value is (184,32,62). Sum of RGB (Red+Green+Blue) = 184+32+62=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8203E is #47DFC1. Grayscale: #505050. Windows color (decimal): -4710338 or 4071608. OLE color: 4071608.

HSL color Cylindrical-coordinate representation of color #B8203E: hue angle of 348.16º 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 #B8203E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 32 62 -
CMYK 0 0.83 0.66 0.28
HSL 348.16º 0.7% 0.42% -
HSV(B) 348.16º 0.83% 0.72% -
XYZ 21.15 11.57 5.68 -
YUV 80.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 184 32 62 0 0.83 0.66 0.28 348.16 0.7 0.42
Hex B8 20 3E 0 53 42 1C 15C 46 2A
Octal 270 40 76 0 123 102 34 534 106 52
Binary 10111000 100000 111110 0 1010011 1000010 11100 101011100 1000110 101010

Color Harmonies of #B8203E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8203E

Black with #B8203E

Text Example


Text Example

White with #B8203E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8203E; }

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

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

background-color css

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

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

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

border-color css

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

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

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