Html Css Color HEX #B01742 Cardinal

📋 copy color: '#B01742'

red 176 ◦ green 23 ◦ blue 66

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

Shades of Cardinal #B01742

Tints of Cardinal #B01742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 66.42%
G = 8.68%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B01742 (or 0xB01742) is known color: Cardinal. HEX triplet: B0, 17 and 42. RGB value is (176,23,66). Sum of RGB (Red+Green+Blue) = 176+23+66=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B01742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01742 is #4FE8BD. Grayscale: #494949. Windows color (decimal): -5236926 or 4331440. OLE color: 4331440.

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

Color convert

RGB 176 23 66 -
CMYK 0 0.87 0.62 0.31
HSL 343.14º 0.77% 0.39% -
HSV(B) 343.14º 0.87% 0.69% -
XYZ 19.19 10.24 6.12 -
YUV 73.65 123.69 201 -
System Red Green Blue C M Y K H S L
Decimal 176 23 66 0 0.87 0.62 0.31 343.14 0.77 0.39
Hex B0 17 42 0 57 3E 1F 157 4D 27
Octal 260 27 102 0 127 76 37 527 115 47
Binary 10110000 10111 1000010 0 1010111 111110 11111 101010111 1001101 100111

Color Harmonies of #B01742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01742

Black with #B01742

Text Example


Text Example

White with #B01742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01742; }

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

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

background-color css

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

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

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

border-color css

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

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

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