Html Css Color HEX #B7452E Medium Carmine

📋 copy color: '#B7452E'

red 183 ◦ green 69 ◦ blue 46

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

Shades of Medium Carmine #B7452E

Tints of Medium Carmine #B7452E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.44%

R = 61.41%
G = 23.15%
B = 15.44%

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

#B7452E (or 0xB7452E) is known color: Medium Carmine. HEX triplet: B7, 45 and 2E. RGB value is (183,69,46). Sum of RGB (Red+Green+Blue) = 183+69+46=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B7452E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7452E is #48BAD1. Grayscale: #646464. Windows color (decimal): -4766418 or 3032503. OLE color: 3032503.

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

Color convert

RGB 183 69 46 -
CMYK 0 0.62 0.75 0.28
HSL 10.07º 0.6% 0.45% -
HSV(B) 10.07º 0.75% 0.72% -
XYZ 22.15 14.52 4.22 -
YUV 100.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 183 69 46 0 0.62 0.75 0.28 10.07 0.6 0.45
Hex B7 45 2E 0 3E 4B 1C A 3C 2D
Octal 267 105 56 0 76 113 34 12 74 55
Binary 10110111 1000101 101110 0 111110 1001011 11100 1010 111100 101101

Color Harmonies of #B7452E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7452E

Black with #B7452E

Text Example


Text Example

White with #B7452E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7452E; }

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

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

background-color css

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

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

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

border-color css

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

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

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