Html Css Color HEX #B3153B Cardinal

📋 copy color: '#B3153B'

red 179 ◦ green 21 ◦ blue 59

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

Shades of Cardinal #B3153B

Tints of Cardinal #B3153B

RGB

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

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

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

R = 69.11%
G = 8.11%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B3153B (or 0xB3153B) is known color: Cardinal. HEX triplet: B3, 15 and 3B. RGB value is (179,21,59). Sum of RGB (Red+Green+Blue) = 179+21+59=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3153B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3153B is #4CEAC4. Grayscale: #484848. Windows color (decimal): -5040837 or 3872179. OLE color: 3872179.

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

Color convert

RGB 179 21 59 -
CMYK 0 0.88 0.67 0.30
HSL 345.57º 0.79% 0.39% -
HSV(B) 345.57º 0.88% 0.7% -
XYZ 19.65 10.44 5.12 -
YUV 72.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 179 21 59 0 0.88 0.67 0.30 345.57 0.79 0.39
Hex B3 15 3B 0 58 43 1E 15A 4F 27
Octal 263 25 73 0 130 103 36 532 117 47
Binary 10110011 10101 111011 0 1011000 1000011 11110 101011010 1001111 100111

Color Harmonies of #B3153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3153B

Black with #B3153B

Text Example


Text Example

White with #B3153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3153B; }

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

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

background-color css

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

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

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

border-color css

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

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

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