Html Css Color HEX #B8202F Cardinal

📋 copy color: '#B8202F'

red 184 ◦ green 32 ◦ blue 47

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

Shades of Cardinal #B8202F

Tints of Cardinal #B8202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.87%

R = 69.96%
G = 12.17%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8202F (or 0xB8202F) is known color: Cardinal. HEX triplet: B8, 20 and 2F. RGB value is (184,32,47). Sum of RGB (Red+Green+Blue) = 184+32+47=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B8202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8202F is #47DFD0. Grayscale: #4F4F4F. Windows color (decimal): -4710353 or 3088568. OLE color: 3088568.

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

Color convert

RGB 184 32 47 -
CMYK 0 0.83 0.74 0.28
HSL 354.08º 0.7% 0.42% -
HSV(B) 354.08º 0.83% 0.72% -
XYZ 20.8 11.43 3.8 -
YUV 79.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 184 32 47 0 0.83 0.74 0.28 354.08 0.7 0.42
Hex B8 20 2F 0 53 4A 1C 162 46 2A
Octal 270 40 57 0 123 112 34 542 106 52
Binary 10111000 100000 101111 0 1010011 1001010 11100 101100010 1000110 101010

Color Harmonies of #B8202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8202F

Black with #B8202F

Text Example


Text Example

White with #B8202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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