Html Css Color HEX #B02128 Cardinal

📋 copy color: '#B02128'

red 176 ◦ green 33 ◦ blue 40

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

Shades of Cardinal #B02128

Tints of Cardinal #B02128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.25%

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 70.68%
G = 13.25%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B02128 (or 0xB02128) is known color: Cardinal. HEX triplet: B0, 21 and 28. RGB value is (176,33,40). Sum of RGB (Red+Green+Blue) = 176+33+40=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B02128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02128 is #4FDED7. Grayscale: #4C4C4C. Windows color (decimal): -5234392 or 2630064. OLE color: 2630064.

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

Color convert

RGB 176 33 40 -
CMYK 0 0.81 0.77 0.31
HSL 357.06º 0.68% 0.41% -
HSV(B) 357.06º 0.81% 0.69% -
XYZ 18.83 10.47 3.04 -
YUV 76.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 176 33 40 0 0.81 0.77 0.31 357.06 0.68 0.41
Hex B0 21 28 0 51 4D 1F 165 44 29
Octal 260 41 50 0 121 115 37 545 104 51
Binary 10110000 100001 101000 0 1010001 1001101 11111 101100101 1000100 101001

Color Harmonies of #B02128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02128

Black with #B02128

Text Example


Text Example

White with #B02128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02128; }

 p { color: rgb(176,33,40); }

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

background-color css

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

 a { background-color: rgb(176,33,40); }

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

border-color css

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

 span { border-color: rgb(176,33,40); }

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