Html Css Color HEX #B01440 Cardinal

📋 copy color: '#B01440'

red 176 ◦ green 20 ◦ blue 64

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

Shades of Cardinal #B01440

Tints of Cardinal #B01440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.69%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 67.69%
G = 7.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B01440 (or 0xB01440) is known color: Cardinal. HEX triplet: B0, 14 and 40. RGB value is (176,20,64). Sum of RGB (Red+Green+Blue) = 176+20+64=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B01440 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01440 is #4FEBBF. Grayscale: #474747. Windows color (decimal): -5237696 or 4199600. OLE color: 4199600.

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

Color convert

RGB 176 20 64 -
CMYK 0 0.89 0.64 0.31
HSL 343.08º 0.8% 0.38% -
HSV(B) 343.08º 0.89% 0.69% -
XYZ 19.08 10.1 5.79 -
YUV 71.66 123.68 202.42 -
System Red Green Blue C M Y K H S L
Decimal 176 20 64 0 0.89 0.64 0.31 343.08 0.8 0.38
Hex B0 14 40 0 59 40 1F 157 50 26
Octal 260 24 100 0 131 100 37 527 120 46
Binary 10110000 10100 1000000 0 1011001 1000000 11111 101010111 1010000 100110

Color Harmonies of #B01440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01440

Black with #B01440

Text Example


Text Example

White with #B01440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01440; }

 p { color: rgb(176,20,64); }

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

background-color css

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

 a { background-color: rgb(176,20,64); }

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

border-color css

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

 span { border-color: rgb(176,20,64); }

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