Html Css Color HEX #B01C28 Cardinal

📋 copy color: '#B01C28'

red 176 ◦ green 28 ◦ blue 40

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

Shades of Cardinal #B01C28

Tints of Cardinal #B01C28

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.48%

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

R = 72.13%
G = 11.48%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B01C28 (or 0xB01C28) is known color: Cardinal. HEX triplet: B0, 1C and 28. RGB value is (176,28,40). Sum of RGB (Red+Green+Blue) = 176+28+40=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 28 (11.33% from 255 or 11.48% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C28 is #4FE3D7. Grayscale: #494949. Windows color (decimal): -5235672 or 2628784. OLE color: 2628784.

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

Color convert

RGB 176 28 40 -
CMYK 0 0.84 0.77 0.31
HSL 355.14º 0.73% 0.4% -
HSV(B) 355.14º 0.84% 0.69% -
XYZ 18.7 10.21 2.99 -
YUV 73.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 176 28 40 0 0.84 0.77 0.31 355.14 0.73 0.4
Hex B0 1C 28 0 54 4D 1F 163 49 28
Octal 260 34 50 0 124 115 37 543 111 50
Binary 10110000 11100 101000 0 1010100 1001101 11111 101100011 1001001 101000

Color Harmonies of #B01C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C28

Black with #B01C28

Text Example


Text Example

White with #B01C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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