Html Css Color HEX #B0202E Cardinal

📋 copy color: '#B0202E'

red 176 ◦ green 32 ◦ blue 46

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

Shades of Cardinal #B0202E

Tints of Cardinal #B0202E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.11%

R = 69.29%
G = 12.6%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0202E (or 0xB0202E) is known color: Cardinal. HEX triplet: B0, 20 and 2E. RGB value is (176,32,46). Sum of RGB (Red+Green+Blue) = 176+32+46=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B0202E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0202E is #4FDFD1. Grayscale: #4C4C4C. Windows color (decimal): -5234642 or 3023024. OLE color: 3023024.

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

Color convert

RGB 176 32 46 -
CMYK 0 0.82 0.74 0.31
HSL 354.17º 0.69% 0.41% -
HSV(B) 354.17º 0.82% 0.69% -
XYZ 18.91 10.46 3.61 -
YUV 76.65 110.71 198.86 -
System Red Green Blue C M Y K H S L
Decimal 176 32 46 0 0.82 0.74 0.31 354.17 0.69 0.41
Hex B0 20 2E 0 52 4A 1F 162 45 29
Octal 260 40 56 0 122 112 37 542 105 51
Binary 10110000 100000 101110 0 1010010 1001010 11111 101100010 1000101 101001

Color Harmonies of #B0202E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0202E

Black with #B0202E

Text Example


Text Example

White with #B0202E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0202E; }

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

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

background-color css

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

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

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

border-color css

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

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

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