Html Css Color HEX #B01729 Cardinal

📋 copy color: '#B01729'

red 176 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #B01729

Tints of Cardinal #B01729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.58%

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

R = 73.33%
G = 9.58%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B01729 (or 0xB01729) is known color: Cardinal. HEX triplet: B0, 17 and 29. RGB value is (176,23,41). Sum of RGB (Red+Green+Blue) = 176+23+41=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B01729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01729 is #4FE8D6. Grayscale: #464646. Windows color (decimal): -5236951 or 2693040. OLE color: 2693040.

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

Color convert

RGB 176 23 41 -
CMYK 0 0.87 0.77 0.31
HSL 352.94º 0.77% 0.39% -
HSV(B) 352.94º 0.87% 0.69% -
XYZ 18.61 10 3.05 -
YUV 70.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 176 23 41 0 0.87 0.77 0.31 352.94 0.77 0.39
Hex B0 17 29 0 57 4D 1F 161 4D 27
Octal 260 27 51 0 127 115 37 541 115 47
Binary 10110000 10111 101001 0 1010111 1001101 11111 101100001 1001101 100111

Color Harmonies of #B01729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01729

Black with #B01729

Text Example


Text Example

White with #B01729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01729; }

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

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

background-color css

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

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

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

border-color css

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

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

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