Html Css Color HEX #B01041 Cardinal

📋 copy color: '#B01041'

red 176 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #B01041

Tints of Cardinal #B01041

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 68.48%
G = 6.23%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B01041 (or 0xB01041) is known color: Cardinal. HEX triplet: B0, 10 and 41. RGB value is (176,16,65). Sum of RGB (Red+Green+Blue) = 176+16+65=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B01041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01041 is #4FEFBE. Grayscale: #454545. Windows color (decimal): -5238719 or 4264112. OLE color: 4264112.

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

Color convert

RGB 176 16 65 -
CMYK 0 0.91 0.63 0.31
HSL 341.63º 0.83% 0.38% -
HSV(B) 341.63º 0.91% 0.69% -
XYZ 19.04 9.98 5.92 -
YUV 69.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 176 16 65 0 0.91 0.63 0.31 341.63 0.83 0.38
Hex B0 10 41 0 5B 3F 1F 156 53 26
Octal 260 20 101 0 133 77 37 526 123 46
Binary 10110000 10000 1000001 0 1011011 111111 11111 101010110 1010011 100110

Color Harmonies of #B01041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01041

Black with #B01041

Text Example


Text Example

White with #B01041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01041; }

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

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

background-color css

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

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

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

border-color css

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

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

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