Html Css Color HEX #B0152C Cardinal

📋 copy color: '#B0152C'

red 176 ◦ green 21 ◦ blue 44

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

Shades of Cardinal #B0152C

Tints of Cardinal #B0152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 73.03%
G = 8.71%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#B0152C (or 0xB0152C) is known color: Cardinal. HEX triplet: B0, 15 and 2C. RGB value is (176,21,44). Sum of RGB (Red+Green+Blue) = 176+21+44=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B0152C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0152C is #4FEAD3. Grayscale: #464646. Windows color (decimal): -5237460 or 2889136. OLE color: 2889136.

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

Color convert

RGB 176 21 44 -
CMYK 0 0.88 0.75 0.31
HSL 351.1º 0.79% 0.39% -
HSV(B) 351.1º 0.88% 0.69% -
XYZ 18.63 9.95 3.32 -
YUV 69.97 113.35 203.63 -
System Red Green Blue C M Y K H S L
Decimal 176 21 44 0 0.88 0.75 0.31 351.1 0.79 0.39
Hex B0 15 2C 0 58 4B 1F 15F 4F 27
Octal 260 25 54 0 130 113 37 537 117 47
Binary 10110000 10101 101100 0 1011000 1001011 11111 101011111 1001111 100111

Color Harmonies of #B0152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0152C

Black with #B0152C

Text Example


Text Example

White with #B0152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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