Html Css Color HEX #B3193E Cardinal

📋 copy color: '#B3193E'

red 179 ◦ green 25 ◦ blue 62

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

Shades of Cardinal #B3193E

Tints of Cardinal #B3193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 67.29%
G = 9.4%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3193E (or 0xB3193E) is known color: Cardinal. HEX triplet: B3, 19 and 3E. RGB value is (179,25,62). Sum of RGB (Red+Green+Blue) = 179+25+62=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B3193E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3193E is #4CE6C1. Grayscale: #4B4B4B. Windows color (decimal): -5039810 or 4069811. OLE color: 4069811.

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

Color convert

RGB 179 25 62 -
CMYK 0 0.86 0.65 0.30
HSL 345.58º 0.75% 0.4% -
HSV(B) 345.58º 0.86% 0.7% -
XYZ 19.81 10.63 5.56 -
YUV 75.26 120.52 201.99 -
System Red Green Blue C M Y K H S L
Decimal 179 25 62 0 0.86 0.65 0.30 345.58 0.75 0.4
Hex B3 19 3E 0 56 41 1E 15A 4B 28
Octal 263 31 76 0 126 101 36 532 113 50
Binary 10110011 11001 111110 0 1010110 1000001 11110 101011010 1001011 101000

Color Harmonies of #B3193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3193E

Black with #B3193E

Text Example


Text Example

White with #B3193E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3193E; }

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

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

background-color css

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

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

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

border-color css

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

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

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