Html Css Color HEX #B3192B Cardinal

📋 copy color: '#B3192B'

red 179 ◦ green 25 ◦ blue 43

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

Shades of Cardinal #B3192B

Tints of Cardinal #B3192B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.12%

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

R = 72.47%
G = 10.12%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B3192B (or 0xB3192B) is known color: Cardinal. HEX triplet: B3, 19 and 2B. RGB value is (179,25,43). Sum of RGB (Red+Green+Blue) = 179+25+43=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3192B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3192B is #4CE6D4. Grayscale: #494949. Windows color (decimal): -5039829 or 2824627. OLE color: 2824627.

HSL color Cylindrical-coordinate representation of color #B3192B: hue angle of 352.99º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B3192B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 43 -
CMYK 0 0.86 0.76 0.30
HSL 352.99º 0.75% 0.4% -
HSV(B) 352.99º 0.86% 0.7% -
XYZ 19.37 10.45 3.28 -
YUV 73.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 179 25 43 0 0.86 0.76 0.30 352.99 0.75 0.4
Hex B3 19 2B 0 56 4C 1E 161 4B 28
Octal 263 31 53 0 126 114 36 541 113 50
Binary 10110011 11001 101011 0 1010110 1001100 11110 101100001 1001011 101000

Color Harmonies of #B3192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3192B

Black with #B3192B

Text Example


Text Example

White with #B3192B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3192B; }

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

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

background-color css

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

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

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

border-color css

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

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

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