Html Css Color HEX #B74225 Medium Carmine

📋 copy color: '#B74225'

red 183 ◦ green 66 ◦ blue 37

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

Shades of Medium Carmine #B74225

Tints of Medium Carmine #B74225

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 63.99%
G = 23.08%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B74225 (or 0xB74225) is known color: Medium Carmine. HEX triplet: B7, 42 and 25. RGB value is (183,66,37). Sum of RGB (Red+Green+Blue) = 183+66+37=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B74225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74225 is #48BDDA. Grayscale: #616161. Windows color (decimal): -4767195 or 2441911. OLE color: 2441911.

HSL color Cylindrical-coordinate representation of color #B74225: hue angle of 11.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B74225 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 66 37 -
CMYK 0 0.64 0.80 0.28
HSL 11.92º 0.66% 0.43% -
HSV(B) 11.92º 0.8% 0.72% -
XYZ 21.81 14.1 3.32 -
YUV 97.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 183 66 37 0 0.64 0.80 0.28 11.92 0.66 0.43
Hex B7 42 25 0 40 50 1C C 42 2B
Octal 267 102 45 0 100 120 34 14 102 53
Binary 10110111 1000010 100101 0 1000000 1010000 11100 1100 1000010 101011

Color Harmonies of #B74225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74225

Black with #B74225

Text Example


Text Example

White with #B74225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74225; }

 p { color: rgb(183,66,37); }

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

background-color css

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

 a { background-color: rgb(183,66,37); }

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

border-color css

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

 span { border-color: rgb(183,66,37); }

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