Html Css Color HEX #B01744 Cardinal

📋 copy color: '#B01744'

red 176 ◦ green 23 ◦ blue 68

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

Shades of Cardinal #B01744

Tints of Cardinal #B01744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 65.92%
G = 8.61%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B01744 (or 0xB01744) is known color: Cardinal. HEX triplet: B0, 17 and 44. RGB value is (176,23,68). Sum of RGB (Red+Green+Blue) = 176+23+68=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B01744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01744 is #4FE8BB. Grayscale: #494949. Windows color (decimal): -5236924 or 4462512. OLE color: 4462512.

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

Color convert

RGB 176 23 68 -
CMYK 0 0.87 0.61 0.31
HSL 342.35º 0.77% 0.39% -
HSV(B) 342.35º 0.87% 0.69% -
XYZ 19.25 10.26 6.43 -
YUV 73.88 124.69 200.84 -
System Red Green Blue C M Y K H S L
Decimal 176 23 68 0 0.87 0.61 0.31 342.35 0.77 0.39
Hex B0 17 44 0 57 3D 1F 156 4D 27
Octal 260 27 104 0 127 75 37 526 115 47
Binary 10110000 10111 1000100 0 1010111 111101 11111 101010110 1001101 100111

Color Harmonies of #B01744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01744

Black with #B01744

Text Example


Text Example

White with #B01744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01744; }

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

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

background-color css

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

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

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

border-color css

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

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

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