Html Css Color HEX #B01741 Cardinal

📋 copy color: '#B01741'

red 176 ◦ green 23 ◦ blue 65

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

Shades of Cardinal #B01741

Tints of Cardinal #B01741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 66.67%
G = 8.71%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B01741 (or 0xB01741) is known color: Cardinal. HEX triplet: B0, 17 and 41. RGB value is (176,23,65). Sum of RGB (Red+Green+Blue) = 176+23+65=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B01741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01741 is #4FE8BE. Grayscale: #494949. Windows color (decimal): -5236927 or 4265904. OLE color: 4265904.

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

Color convert

RGB 176 23 65 -
CMYK 0 0.87 0.63 0.31
HSL 343.53º 0.77% 0.39% -
HSV(B) 343.53º 0.87% 0.69% -
XYZ 19.17 10.22 5.96 -
YUV 73.54 123.19 201.08 -
System Red Green Blue C M Y K H S L
Decimal 176 23 65 0 0.87 0.63 0.31 343.53 0.77 0.39
Hex B0 17 41 0 57 3F 1F 158 4D 27
Octal 260 27 101 0 127 77 37 530 115 47
Binary 10110000 10111 1000001 0 1010111 111111 11111 101011000 1001101 100111

Color Harmonies of #B01741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01741

Black with #B01741

Text Example


Text Example

White with #B01741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01741; }

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

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

background-color css

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

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

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

border-color css

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

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

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