Html Css Color HEX #B0202C Cardinal

📋 copy color: '#B0202C'

red 176 ◦ green 32 ◦ blue 44

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

Shades of Cardinal #B0202C

Tints of Cardinal #B0202C

RGB

 RED value IS 176 (69.14% from 255) = 69.84%

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

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 69.84%
G = 12.7%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0202C (or 0xB0202C) is known color: Cardinal. HEX triplet: B0, 20 and 2C. RGB value is (176,32,44). Sum of RGB (Red+Green+Blue) = 176+32+44=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B0202C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0202C is #4FDFD3. Grayscale: #4C4C4C. Windows color (decimal): -5234644 or 2891952. OLE color: 2891952.

HSL color Cylindrical-coordinate representation of color #B0202C: hue angle of 355º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0202C is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 32 44 -
CMYK 0 0.82 0.75 0.31
HSL 355º 0.69% 0.41% -
HSV(B) 355º 0.82% 0.69% -
XYZ 18.88 10.44 3.4 -
YUV 76.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 176 32 44 0 0.82 0.75 0.31 355 0.69 0.41
Hex B0 20 2C 0 52 4B 1F 163 45 29
Octal 260 40 54 0 122 113 37 543 105 51
Binary 10110000 100000 101100 0 1010010 1001011 11111 101100011 1000101 101001

Color Harmonies of #B0202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0202C

Black with #B0202C

Text Example


Text Example

White with #B0202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0202C; }

 p { color: rgb(176,32,44); }

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

background-color css

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

 a { background-color: rgb(176,32,44); }

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

border-color css

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

 span { border-color: rgb(176,32,44); }

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