Html Css Color HEX #B3152F Cardinal

📋 copy color: '#B3152F'

red 179 ◦ green 21 ◦ blue 47

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

Shades of Cardinal #B3152F

Tints of Cardinal #B3152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.03%

R = 72.47%
G = 8.5%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B3152F (or 0xB3152F) is known color: Cardinal. HEX triplet: B3, 15 and 2F. RGB value is (179,21,47). Sum of RGB (Red+Green+Blue) = 179+21+47=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3152F is #4CEAD0. Grayscale: #474747. Windows color (decimal): -5040849 or 3085747. OLE color: 3085747.

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

Color convert

RGB 179 21 47 -
CMYK 0 0.88 0.74 0.30
HSL 350.13º 0.79% 0.39% -
HSV(B) 350.13º 0.88% 0.7% -
XYZ 19.37 10.33 3.66 -
YUV 71.21 114.35 204.89 -
System Red Green Blue C M Y K H S L
Decimal 179 21 47 0 0.88 0.74 0.30 350.13 0.79 0.39
Hex B3 15 2F 0 58 4A 1E 15E 4F 27
Octal 263 25 57 0 130 112 36 536 117 47
Binary 10110011 10101 101111 0 1011000 1001010 11110 101011110 1001111 100111

Color Harmonies of #B3152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3152F

Black with #B3152F

Text Example


Text Example

White with #B3152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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