Html Css Color HEX #B01141 Cardinal

📋 copy color: '#B01141'

red 176 ◦ green 17 ◦ blue 65

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

Shades of Cardinal #B01141

Tints of Cardinal #B01141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 68.22%
G = 6.59%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B01141 (or 0xB01141) is known color: Cardinal. HEX triplet: B0, 11 and 41. RGB value is (176,17,65). Sum of RGB (Red+Green+Blue) = 176+17+65=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B01141 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01141 is #4FEEBE. Grayscale: #454545. Windows color (decimal): -5238463 or 4264368. OLE color: 4264368.

HSL color Cylindrical-coordinate representation of color #B01141: hue angle of 341.89º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01141 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 65 -
CMYK 0 0.90 0.63 0.31
HSL 341.89º 0.82% 0.38% -
HSV(B) 341.89º 0.9% 0.69% -
XYZ 19.06 10.01 5.93 -
YUV 70.01 125.18 203.6 -
System Red Green Blue C M Y K H S L
Decimal 176 17 65 0 0.90 0.63 0.31 341.89 0.82 0.38
Hex B0 11 41 0 5A 3F 1F 156 52 26
Octal 260 21 101 0 132 77 37 526 122 46
Binary 10110000 10001 1000001 0 1011010 111111 11111 101010110 1010010 100110

Color Harmonies of #B01141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01141

Black with #B01141

Text Example


Text Example

White with #B01141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01141; }

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

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

background-color css

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

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

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

border-color css

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

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

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