Html Css Color HEX #B3152B Cardinal

📋 copy color: '#B3152B'

red 179 ◦ green 21 ◦ blue 43

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

Shades of Cardinal #B3152B

Tints of Cardinal #B3152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 73.66%
G = 8.64%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3152B (or 0xB3152B) is known color: Cardinal. HEX triplet: B3, 15 and 2B. RGB value is (179,21,43). Sum of RGB (Red+Green+Blue) = 179+21+43=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B3152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3152B is #4CEAD4. Grayscale: #464646. Windows color (decimal): -5040853 or 2823603. OLE color: 2823603.

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

Color convert

RGB 179 21 43 -
CMYK 0 0.88 0.76 0.30
HSL 351.65º 0.79% 0.39% -
HSV(B) 351.65º 0.88% 0.7% -
XYZ 19.29 10.29 3.26 -
YUV 70.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 179 21 43 0 0.88 0.76 0.30 351.65 0.79 0.39
Hex B3 15 2B 0 58 4C 1E 160 4F 27
Octal 263 25 53 0 130 114 36 540 117 47
Binary 10110011 10101 101011 0 1011000 1001100 11110 101100000 1001111 100111

Color Harmonies of #B3152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3152B

Black with #B3152B

Text Example


Text Example

White with #B3152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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