Html Css Color HEX #B01534 Cardinal

📋 copy color: '#B01534'

red 176 ◦ green 21 ◦ blue 52

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

Shades of Cardinal #B01534

Tints of Cardinal #B01534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.88%

R = 70.68%
G = 8.43%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B01534 (or 0xB01534) is known color: Cardinal. HEX triplet: B0, 15 and 34. RGB value is (176,21,52). Sum of RGB (Red+Green+Blue) = 176+21+52=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B01534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01534 is #4FEACB. Grayscale: #464646. Windows color (decimal): -5237452 or 3413424. OLE color: 3413424.

HSL color Cylindrical-coordinate representation of color #B01534: hue angle of 348º 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 #B01534 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 21 52 -
CMYK 0 0.88 0.70 0.31
HSL 348º 0.79% 0.39% -
HSV(B) 348º 0.88% 0.69% -
XYZ 18.79 10.01 4.19 -
YUV 70.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 176 21 52 0 0.88 0.70 0.31 348 0.79 0.39
Hex B0 15 34 0 58 46 1F 15C 4F 27
Octal 260 25 64 0 130 106 37 534 117 47
Binary 10110000 10101 110100 0 1011000 1000110 11111 101011100 1001111 100111

Color Harmonies of #B01534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01534

Black with #B01534

Text Example


Text Example

White with #B01534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01534; }

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

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

background-color css

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

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

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

border-color css

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

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

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