Html Css Color HEX #B3442C Medium Carmine

📋 copy color: '#B3442C'

red 179 ◦ green 68 ◦ blue 44

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

Shades of Medium Carmine #B3442C

Tints of Medium Carmine #B3442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.37%

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

R = 61.51%
G = 23.37%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3442C (or 0xB3442C) is known color: Medium Carmine. HEX triplet: B3, 44 and 2C. RGB value is (179,68,44). Sum of RGB (Red+Green+Blue) = 179+68+44=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B3442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3442C is #4CBBD3. Grayscale: #626262. Windows color (decimal): -5028820 or 2901171. OLE color: 2901171.

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

Color convert

RGB 179 68 44 -
CMYK 0 0.62 0.75 0.30
HSL 10.67º 0.61% 0.44% -
HSV(B) 10.67º 0.75% 0.7% -
XYZ 21.11 13.9 3.95 -
YUV 98.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 179 68 44 0 0.62 0.75 0.30 10.67 0.61 0.44
Hex B3 44 2C 0 3E 4B 1E B 3D 2C
Octal 263 104 54 0 76 113 36 13 75 54
Binary 10110011 1000100 101100 0 111110 1001011 11110 1011 111101 101100

Color Harmonies of #B3442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3442C

Black with #B3442C

Text Example


Text Example

White with #B3442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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