Html Css Color HEX #B01540 Cardinal

📋 copy color: '#B01540'

red 176 ◦ green 21 ◦ blue 64

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

Shades of Cardinal #B01540

Tints of Cardinal #B01540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.05%

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

R = 67.43%
G = 8.05%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B01540 (or 0xB01540) is known color: Cardinal. HEX triplet: B0, 15 and 40. RGB value is (176,21,64). Sum of RGB (Red+Green+Blue) = 176+21+64=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B01540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01540 is #4FEABF. Grayscale: #484848. Windows color (decimal): -5237440 or 4199856. OLE color: 4199856.

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

Color convert

RGB 176 21 64 -
CMYK 0 0.88 0.64 0.31
HSL 343.35º 0.79% 0.39% -
HSV(B) 343.35º 0.88% 0.69% -
XYZ 19.1 10.14 5.8 -
YUV 72.25 123.35 202 -
System Red Green Blue C M Y K H S L
Decimal 176 21 64 0 0.88 0.64 0.31 343.35 0.79 0.39
Hex B0 15 40 0 58 40 1F 157 4F 27
Octal 260 25 100 0 130 100 37 527 117 47
Binary 10110000 10101 1000000 0 1011000 1000000 11111 101010111 1001111 100111

Color Harmonies of #B01540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01540

Black with #B01540

Text Example


Text Example

White with #B01540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01540; }

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

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

background-color css

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

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

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

border-color css

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

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

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