Html Css Color HEX #B3153C Cardinal

📋 copy color: '#B3153C'

red 179 ◦ green 21 ◦ blue 60

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

Shades of Cardinal #B3153C

Tints of Cardinal #B3153C

RGB

 RED value IS 179 (70.31% from 255) = 68.85%

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

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

R = 68.85%
G = 8.08%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3153C (or 0xB3153C) is known color: Cardinal. HEX triplet: B3, 15 and 3C. RGB value is (179,21,60). Sum of RGB (Red+Green+Blue) = 179+21+60=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B3153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3153C is #4CEAC3. Grayscale: #484848. Windows color (decimal): -5040836 or 3937715. OLE color: 3937715.

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

Color convert

RGB 179 21 60 -
CMYK 0 0.88 0.66 0.30
HSL 345.19º 0.79% 0.39% -
HSV(B) 345.19º 0.88% 0.7% -
XYZ 19.67 10.45 5.25 -
YUV 72.69 120.85 203.83 -
System Red Green Blue C M Y K H S L
Decimal 179 21 60 0 0.88 0.66 0.30 345.19 0.79 0.39
Hex B3 15 3C 0 58 42 1E 159 4F 27
Octal 263 25 74 0 130 102 36 531 117 47
Binary 10110011 10101 111100 0 1011000 1000010 11110 101011001 1001111 100111

Color Harmonies of #B3153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3153C

Black with #B3153C

Text Example


Text Example

White with #B3153C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3153C; }

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

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

background-color css

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

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

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

border-color css

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

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

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