Html Css Color HEX #B3452C Medium Carmine

📋 copy color: '#B3452C'

red 179 ◦ green 69 ◦ blue 44

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

Shades of Medium Carmine #B3452C

Tints of Medium Carmine #B3452C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.63%

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

R = 61.3%
G = 23.63%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#B3452C (or 0xB3452C) is known color: Medium Carmine. HEX triplet: B3, 45 and 2C. RGB value is (179,69,44). Sum of RGB (Red+Green+Blue) = 179+69+44=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B3452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3452C is #4CBAD3. Grayscale: #636363. Windows color (decimal): -5028564 or 2901427. OLE color: 2901427.

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

Color convert

RGB 179 69 44 -
CMYK 0 0.61 0.75 0.30
HSL 11.11º 0.61% 0.44% -
HSV(B) 11.11º 0.75% 0.7% -
XYZ 21.17 14.02 3.97 -
YUV 99.04 96.94 185.03 -
System Red Green Blue C M Y K H S L
Decimal 179 69 44 0 0.61 0.75 0.30 11.11 0.61 0.44
Hex B3 45 2C 0 3D 4B 1E B 3D 2C
Octal 263 105 54 0 75 113 36 13 75 54
Binary 10110011 1000101 101100 0 111101 1001011 11110 1011 111101 101100

Color Harmonies of #B3452C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3452C

Black with #B3452C

Text Example


Text Example

White with #B3452C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3452C; }

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

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

background-color css

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

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

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

border-color css

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

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

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