Html Css Color HEX #B3453E Medium Carmine

📋 copy color: '#B3453E'

red 179 ◦ green 69 ◦ blue 62

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

Shades of Medium Carmine #B3453E

Tints of Medium Carmine #B3453E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20%

R = 57.74%
G = 22.26%
B = 20%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3453E (or 0xB3453E) is known color: Medium Carmine. HEX triplet: B3, 45 and 3E. RGB value is (179,69,62). Sum of RGB (Red+Green+Blue) = 179+69+62=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B3453E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3453E is #4CBAC1. Grayscale: #656565. Windows color (decimal): -5028546 or 4081075. OLE color: 4081075.

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

Color convert

RGB 179 69 62 -
CMYK 0 0.61 0.65 0.30
HSL 3.59º 0.49% 0.47% -
HSV(B) 3.59º 0.65% 0.7% -
XYZ 21.59 14.19 6.16 -
YUV 101.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 179 69 62 0 0.61 0.65 0.30 3.59 0.49 0.47
Hex B3 45 3E 0 3D 41 1E 4 31 2F
Octal 263 105 76 0 75 101 36 4 61 57
Binary 10110011 1000101 111110 0 111101 1000001 11110 100 110001 101111

Color Harmonies of #B3453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3453E

Black with #B3453E

Text Example


Text Example

White with #B3453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3453E; }

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

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

background-color css

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

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

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

border-color css

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

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

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