Html Css Color HEX #B01726 Cardinal

📋 copy color: '#B01726'

red 176 ◦ green 23 ◦ blue 38

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

Shades of Cardinal #B01726

Tints of Cardinal #B01726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.03%

R = 74.26%
G = 9.7%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#B01726 (or 0xB01726) is known color: Cardinal. HEX triplet: B0, 17 and 26. RGB value is (176,23,38). Sum of RGB (Red+Green+Blue) = 176+23+38=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B01726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01726 is #4FE8D9. Grayscale: #464646. Windows color (decimal): -5236954 or 2496432. OLE color: 2496432.

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

Color convert

RGB 176 23 38 -
CMYK 0 0.87 0.78 0.31
HSL 354.12º 0.77% 0.39% -
HSV(B) 354.12º 0.87% 0.69% -
XYZ 18.56 9.98 2.78 -
YUV 70.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 176 23 38 0 0.87 0.78 0.31 354.12 0.77 0.39
Hex B0 17 26 0 57 4E 1F 162 4D 27
Octal 260 27 46 0 127 116 37 542 115 47
Binary 10110000 10111 100110 0 1010111 1001110 11111 101100010 1001101 100111

Color Harmonies of #B01726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01726

Black with #B01726

Text Example


Text Example

White with #B01726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01726; }

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

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

background-color css

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

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

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

border-color css

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

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

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