Html Css Color HEX #B3452D Medium Carmine

📋 copy color: '#B3452D'

red 179 ◦ green 69 ◦ blue 45

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

Shades of Medium Carmine #B3452D

Tints of Medium Carmine #B3452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 61.09%
G = 23.55%
B = 15.36%

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

#B3452D (or 0xB3452D) is known color: Medium Carmine. HEX triplet: B3, 45 and 2D. RGB value is (179,69,45). Sum of RGB (Red+Green+Blue) = 179+69+45=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3452D is #4CBAD2. Grayscale: #636363. Windows color (decimal): -5028563 or 2966963. OLE color: 2966963.

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

Color convert

RGB 179 69 45 -
CMYK 0 0.61 0.75 0.30
HSL 10.75º 0.6% 0.44% -
HSV(B) 10.75º 0.75% 0.7% -
XYZ 21.19 14.03 4.07 -
YUV 99.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 179 69 45 0 0.61 0.75 0.30 10.75 0.6 0.44
Hex B3 45 2D 0 3D 4B 1E B 3C 2C
Octal 263 105 55 0 75 113 36 13 74 54
Binary 10110011 1000101 101101 0 111101 1001011 11110 1011 111100 101100

Color Harmonies of #B3452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3452D

Black with #B3452D

Text Example


Text Example

White with #B3452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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