Html Css Color HEX #B74435 Medium Carmine

📋 copy color: '#B74435'

red 183 ◦ green 68 ◦ blue 53

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

Shades of Medium Carmine #B74435

Tints of Medium Carmine #B74435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.37%

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 60.2%
G = 22.37%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.28

RGB Variations

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

Color information

#B74435 (or 0xB74435) is known color: Medium Carmine. HEX triplet: B7, 44 and 35. RGB value is (183,68,53). Sum of RGB (Red+Green+Blue) = 183+68+53=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B74435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74435 is #48BBCA. Grayscale: #646464. Windows color (decimal): -4766667 or 3490999. OLE color: 3490999.

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

Color convert

RGB 183 68 53 -
CMYK 0 0.63 0.71 0.28
HSL 6.92º 0.55% 0.46% -
HSV(B) 6.92º 0.71% 0.72% -
XYZ 22.24 14.46 4.99 -
YUV 100.68 101.1 186.72 -
System Red Green Blue C M Y K H S L
Decimal 183 68 53 0 0.63 0.71 0.28 6.92 0.55 0.46
Hex B7 44 35 0 3F 47 1C 7 37 2E
Octal 267 104 65 0 77 107 34 7 67 56
Binary 10110111 1000100 110101 0 111111 1000111 11100 111 110111 101110

Color Harmonies of #B74435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74435

Black with #B74435

Text Example


Text Example

White with #B74435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74435; }

 p { color: rgb(183,68,53); }

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

background-color css

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

 a { background-color: rgb(183,68,53); }

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

border-color css

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

 span { border-color: rgb(183,68,53); }

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