Html Css Color HEX #B3153F Cardinal

📋 copy color: '#B3153F'

red 179 ◦ green 21 ◦ blue 63

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

Shades of Cardinal #B3153F

Tints of Cardinal #B3153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.95%

R = 68.06%
G = 7.98%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3153F (or 0xB3153F) is known color: Cardinal. HEX triplet: B3, 15 and 3F. RGB value is (179,21,63). Sum of RGB (Red+Green+Blue) = 179+21+63=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B3153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3153F is #4CEAC0. Grayscale: #494949. Windows color (decimal): -5040833 or 4134323. OLE color: 4134323.

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

Color convert

RGB 179 21 63 -
CMYK 0 0.88 0.65 0.30
HSL 344.05º 0.79% 0.39% -
HSV(B) 344.05º 0.88% 0.7% -
XYZ 19.76 10.48 5.68 -
YUV 73.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 179 21 63 0 0.88 0.65 0.30 344.05 0.79 0.39
Hex B3 15 3F 0 58 41 1E 158 4F 27
Octal 263 25 77 0 130 101 36 530 117 47
Binary 10110011 10101 111111 0 1011000 1000001 11110 101011000 1001111 100111

Color Harmonies of #B3153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3153F

Black with #B3153F

Text Example


Text Example

White with #B3153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3153F; }

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

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

background-color css

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

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

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

border-color css

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

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

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