Html Css Color HEX #B3453D Medium Carmine

📋 copy color: '#B3453D'

red 179 ◦ green 69 ◦ blue 61

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

Shades of Medium Carmine #B3453D

Tints of Medium Carmine #B3453D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 57.93%
G = 22.33%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3453D (or 0xB3453D) is known color: Medium Carmine. HEX triplet: B3, 45 and 3D. RGB value is (179,69,61). Sum of RGB (Red+Green+Blue) = 179+69+61=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B3453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3453D is #4CBAC2. Grayscale: #656565. Windows color (decimal): -5028547 or 4015539. OLE color: 4015539.

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

Color convert

RGB 179 69 61 -
CMYK 0 0.61 0.66 0.30
HSL 4.07º 0.49% 0.47% -
HSV(B) 4.07º 0.66% 0.7% -
XYZ 21.56 14.18 6.01 -
YUV 100.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 179 69 61 0 0.61 0.66 0.30 4.07 0.49 0.47
Hex B3 45 3D 0 3D 42 1E 4 31 2F
Octal 263 105 75 0 75 102 36 4 61 57
Binary 10110011 1000101 111101 0 111101 1000010 11110 100 110001 101111

Color Harmonies of #B3453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3453D

Black with #B3453D

Text Example


Text Example

White with #B3453D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3453D; }

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

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

background-color css

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

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

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

border-color css

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

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

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