Html Css Color HEX #B5453F Medium Carmine

📋 copy color: '#B5453F'

red 181 ◦ green 69 ◦ blue 63

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

Shades of Medium Carmine #B5453F

Tints of Medium Carmine #B5453F

RGB

 RED value IS 181 (71.09% from 255) = 57.83%

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

 BLUE value IS 63 (25% from 255) = 20.13%

R = 57.83%
G = 22.04%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5453F (or 0xB5453F) is known color: Medium Carmine. HEX triplet: B5, 45 and 3F. RGB value is (181,69,63). Sum of RGB (Red+Green+Blue) = 181+69+63=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5453F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5453F is #4ABAC0. Grayscale: #656565. Windows color (decimal): -4897473 or 4146613. OLE color: 4146613.

HSL color Cylindrical-coordinate representation of color #B5453F: hue angle of 3.05º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5453F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 63 -
CMYK 0 0.62 0.65 0.29
HSL 3.05º 0.48% 0.48% -
HSV(B) 3.05º 0.65% 0.71% -
XYZ 22.08 14.44 6.33 -
YUV 101.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 181 69 63 0 0.62 0.65 0.29 3.05 0.48 0.48
Hex B5 45 3F 0 3E 41 1D 3 30 30
Octal 265 105 77 0 76 101 35 3 60 60
Binary 10110101 1000101 111111 0 111110 1000001 11101 11 110000 110000

Color Harmonies of #B5453F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5453F

Black with #B5453F

Text Example


Text Example

White with #B5453F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5453F; }

 p { color: rgb(181,69,63); }

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

background-color css

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

 a { background-color: rgb(181,69,63); }

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

border-color css

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

 span { border-color: rgb(181,69,63); }

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