Html Css Color HEX #B01C29 Cardinal

📋 copy color: '#B01C29'

red 176 ◦ green 28 ◦ blue 41

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

Shades of Cardinal #B01C29

Tints of Cardinal #B01C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.73%

R = 71.84%
G = 11.43%
B = 16.73%

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

#B01C29 (or 0xB01C29) is known color: Cardinal. HEX triplet: B0, 1C and 29. RGB value is (176,28,41). Sum of RGB (Red+Green+Blue) = 176+28+41=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01C29 is #4FE3D6. Grayscale: #494949. Windows color (decimal): -5235671 or 2694320. OLE color: 2694320.

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

Color convert

RGB 176 28 41 -
CMYK 0 0.84 0.77 0.31
HSL 354.73º 0.73% 0.4% -
HSV(B) 354.73º 0.84% 0.69% -
XYZ 18.72 10.22 3.08 -
YUV 73.73 109.53 200.94 -
System Red Green Blue C M Y K H S L
Decimal 176 28 41 0 0.84 0.77 0.31 354.73 0.73 0.4
Hex B0 1C 29 0 54 4D 1F 163 49 28
Octal 260 34 51 0 124 115 37 543 111 50
Binary 10110000 11100 101001 0 1010100 1001101 11111 101100011 1001001 101000

Color Harmonies of #B01C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01C29

Black with #B01C29

Text Example


Text Example

White with #B01C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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