Html Css Color HEX #B74328 Medium Carmine

📋 copy color: '#B74328'

red 183 ◦ green 67 ◦ blue 40

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

Shades of Medium Carmine #B74328

Tints of Medium Carmine #B74328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.1%

 BLUE value IS 40 (16.02% from 255) = 13.79%

R = 63.1%
G = 23.1%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B74328 (or 0xB74328) is known color: Medium Carmine. HEX triplet: B7, 43 and 28. RGB value is (183,67,40). Sum of RGB (Red+Green+Blue) = 183+67+40=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B74328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74328 is #48BCD7. Grayscale: #626262. Windows color (decimal): -4766936 or 2638775. OLE color: 2638775.

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

Color convert

RGB 183 67 40 -
CMYK 0 0.63 0.78 0.28
HSL 11.33º 0.64% 0.44% -
HSV(B) 11.33º 0.78% 0.72% -
XYZ 21.92 14.23 3.6 -
YUV 98.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 183 67 40 0 0.63 0.78 0.28 11.33 0.64 0.44
Hex B7 43 28 0 3F 4E 1C B 40 2C
Octal 267 103 50 0 77 116 34 13 100 54
Binary 10110111 1000011 101000 0 111111 1001110 11100 1011 1000000 101100

Color Harmonies of #B74328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74328

Black with #B74328

Text Example


Text Example

White with #B74328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74328; }

 p { color: rgb(183,67,40); }

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

background-color css

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

 a { background-color: rgb(183,67,40); }

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

border-color css

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

 span { border-color: rgb(183,67,40); }

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