Html Css Color HEX #B3182C Cardinal

📋 copy color: '#B3182C'

red 179 ◦ green 24 ◦ blue 44

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

Shades of Cardinal #B3182C

Tints of Cardinal #B3182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.72%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 72.47%
G = 9.72%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3182C (or 0xB3182C) is known color: Cardinal. HEX triplet: B3, 18 and 2C. RGB value is (179,24,44). Sum of RGB (Red+Green+Blue) = 179+24+44=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B3182C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3182C is #4CE7D3. Grayscale: #484848. Windows color (decimal): -5040084 or 2889907. OLE color: 2889907.

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

Color convert

RGB 179 24 44 -
CMYK 0 0.87 0.75 0.30
HSL 352.26º 0.76% 0.4% -
HSV(B) 352.26º 0.87% 0.7% -
XYZ 19.37 10.42 3.37 -
YUV 72.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 179 24 44 0 0.87 0.75 0.30 352.26 0.76 0.4
Hex B3 18 2C 0 57 4B 1E 160 4C 28
Octal 263 30 54 0 127 113 36 540 114 50
Binary 10110011 11000 101100 0 1010111 1001011 11110 101100000 1001100 101000

Color Harmonies of #B3182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3182C

Black with #B3182C

Text Example


Text Example

White with #B3182C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3182C; }

 p { color: rgb(179,24,44); }

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

background-color css

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

 a { background-color: rgb(179,24,44); }

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

border-color css

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

 span { border-color: rgb(179,24,44); }

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