Html Css Color HEX #B01240 Cardinal

📋 copy color: '#B01240'

red 176 ◦ green 18 ◦ blue 64

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

Shades of Cardinal #B01240

Tints of Cardinal #B01240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.98%

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

R = 68.22%
G = 6.98%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B01240 (or 0xB01240) is known color: Cardinal. HEX triplet: B0, 12 and 40. RGB value is (176,18,64). Sum of RGB (Red+Green+Blue) = 176+18+64=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B01240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01240 is #4FEDBF. Grayscale: #464646. Windows color (decimal): -5238208 or 4199088. OLE color: 4199088.

HSL color Cylindrical-coordinate representation of color #B01240: hue angle of 342.53º degrees, saturation: 0.81, 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 #B01240 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 64 -
CMYK 0 0.90 0.64 0.31
HSL 342.53º 0.81% 0.38% -
HSV(B) 342.53º 0.9% 0.69% -
XYZ 19.05 10.03 5.78 -
YUV 70.49 124.35 203.26 -
System Red Green Blue C M Y K H S L
Decimal 176 18 64 0 0.90 0.64 0.31 342.53 0.81 0.38
Hex B0 12 40 0 5A 40 1F 157 51 26
Octal 260 22 100 0 132 100 37 527 121 46
Binary 10110000 10010 1000000 0 1011010 1000000 11111 101010111 1010001 100110

Color Harmonies of #B01240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01240

Black with #B01240

Text Example


Text Example

White with #B01240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01240; }

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

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

background-color css

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

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

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

border-color css

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

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

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