Html Css Color HEX #B8202B Cardinal

📋 copy color: '#B8202B'

red 184 ◦ green 32 ◦ blue 43

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

Shades of Cardinal #B8202B

Tints of Cardinal #B8202B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.6%

R = 71.04%
G = 12.36%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8202B (or 0xB8202B) is known color: Cardinal. HEX triplet: B8, 20 and 2B. RGB value is (184,32,43). Sum of RGB (Red+Green+Blue) = 184+32+43=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B8202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8202B is #47DFD4. Grayscale: #4E4E4E. Windows color (decimal): -4710357 or 2826424. OLE color: 2826424.

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

Color convert

RGB 184 32 43 -
CMYK 0 0.83 0.77 0.28
HSL 355.66º 0.7% 0.42% -
HSV(B) 355.66º 0.83% 0.72% -
XYZ 20.72 11.4 3.39 -
YUV 78.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 184 32 43 0 0.83 0.77 0.28 355.66 0.7 0.42
Hex B8 20 2B 0 53 4D 1C 164 46 2A
Octal 270 40 53 0 123 115 34 544 106 52
Binary 10111000 100000 101011 0 1010011 1001101 11100 101100100 1000110 101010

Color Harmonies of #B8202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8202B

Black with #B8202B

Text Example


Text Example

White with #B8202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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