Html Css Color HEX #B0153C Cardinal

📋 copy color: '#B0153C'

red 176 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #B0153C

Tints of Cardinal #B0153C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 68.48%
G = 8.17%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#B0153C (or 0xB0153C) is known color: Cardinal. HEX triplet: B0, 15 and 3C. RGB value is (176,21,60). Sum of RGB (Red+Green+Blue) = 176+21+60=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0153C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0153C is #4FEAC3. Grayscale: #474747. Windows color (decimal): -5237444 or 3937712. OLE color: 3937712.

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

Color convert

RGB 176 21 60 -
CMYK 0 0.88 0.66 0.31
HSL 344.9º 0.79% 0.39% -
HSV(B) 344.9º 0.88% 0.69% -
XYZ 18.99 10.09 5.22 -
YUV 71.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 176 21 60 0 0.88 0.66 0.31 344.9 0.79 0.39
Hex B0 15 3C 0 58 42 1F 159 4F 27
Octal 260 25 74 0 130 102 37 531 117 47
Binary 10110000 10101 111100 0 1011000 1000010 11111 101011001 1001111 100111

Color Harmonies of #B0153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0153C

Black with #B0153C

Text Example


Text Example

White with #B0153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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