Html Css Color HEX #B7452A Medium Carmine

📋 copy color: '#B7452A'

red 183 ◦ green 69 ◦ blue 42

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

Shades of Medium Carmine #B7452A

Tints of Medium Carmine #B7452A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 62.24%
G = 23.47%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7452A (or 0xB7452A) is known color: Medium Carmine. HEX triplet: B7, 45 and 2A. RGB value is (183,69,42). Sum of RGB (Red+Green+Blue) = 183+69+42=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B7452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7452A is #48BAD5. Grayscale: #646464. Windows color (decimal): -4766422 or 2770359. OLE color: 2770359.

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

Color convert

RGB 183 69 42 -
CMYK 0 0.62 0.77 0.28
HSL 11.49º 0.63% 0.44% -
HSV(B) 11.49º 0.77% 0.72% -
XYZ 22.07 14.49 3.82 -
YUV 100.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 183 69 42 0 0.62 0.77 0.28 11.49 0.63 0.44
Hex B7 45 2A 0 3E 4D 1C B 3F 2C
Octal 267 105 52 0 76 115 34 13 77 54
Binary 10110111 1000101 101010 0 111110 1001101 11100 1011 111111 101100

Color Harmonies of #B7452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7452A

Black with #B7452A

Text Example


Text Example

White with #B7452A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7452A; }

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

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

background-color css

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

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

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

border-color css

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

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

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