Html Css Color HEX #B7452D Medium Carmine

📋 copy color: '#B7452D'

red 183 ◦ green 69 ◦ blue 45

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

Shades of Medium Carmine #B7452D

Tints of Medium Carmine #B7452D

RGB

 RED value IS 183 (71.88% from 255) = 61.62%

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

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

R = 61.62%
G = 23.23%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7452D (or 0xB7452D) is known color: Medium Carmine. HEX triplet: B7, 45 and 2D. RGB value is (183,69,45). Sum of RGB (Red+Green+Blue) = 183+69+45=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7452D is #48BAD2. Grayscale: #646464. Windows color (decimal): -4766419 or 2966967. OLE color: 2966967.

HSL color Cylindrical-coordinate representation of color #B7452D: hue angle of 10.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7452D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 69 45 -
CMYK 0 0.62 0.75 0.28
HSL 10.43º 0.61% 0.45% -
HSV(B) 10.43º 0.75% 0.72% -
XYZ 22.13 14.51 4.12 -
YUV 100.35 96.77 186.95 -
System Red Green Blue C M Y K H S L
Decimal 183 69 45 0 0.62 0.75 0.28 10.43 0.61 0.45
Hex B7 45 2D 0 3E 4B 1C A 3D 2D
Octal 267 105 55 0 76 113 34 12 75 55
Binary 10110111 1000101 101101 0 111110 1001011 11100 1010 111101 101101

Color Harmonies of #B7452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7452D

Black with #B7452D

Text Example


Text Example

White with #B7452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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