Html Css Color HEX #B0153B Cardinal

📋 copy color: '#B0153B'

red 176 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #B0153B

Tints of Cardinal #B0153B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.05%

R = 68.75%
G = 8.2%
B = 23.05%

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

#B0153B (or 0xB0153B) is known color: Cardinal. HEX triplet: B0, 15 and 3B. RGB value is (176,21,59). Sum of RGB (Red+Green+Blue) = 176+21+59=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0153B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0153B is #4FEAC4. Grayscale: #474747. Windows color (decimal): -5237445 or 3872176. OLE color: 3872176.

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

Color convert

RGB 176 21 59 -
CMYK 0 0.88 0.66 0.31
HSL 345.29º 0.79% 0.39% -
HSV(B) 345.29º 0.88% 0.69% -
XYZ 18.96 10.08 5.08 -
YUV 71.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 176 21 59 0 0.88 0.66 0.31 345.29 0.79 0.39
Hex B0 15 3B 0 58 42 1F 159 4F 27
Octal 260 25 73 0 130 102 37 531 117 47
Binary 10110000 10101 111011 0 1011000 1000010 11111 101011001 1001111 100111

Color Harmonies of #B0153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0153B

Black with #B0153B

Text Example


Text Example

White with #B0153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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