Html Css Color HEX #B74335 Medium Carmine

📋 copy color: '#B74335'

red 183 ◦ green 67 ◦ blue 53

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

Shades of Medium Carmine #B74335

Tints of Medium Carmine #B74335

RGB

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

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

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

R = 60.4%
G = 22.11%
B = 17.49%

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

#B74335 (or 0xB74335) is known color: Medium Carmine. HEX triplet: B7, 43 and 35. RGB value is (183,67,53). Sum of RGB (Red+Green+Blue) = 183+67+53=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B74335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74335 is #48BCCA. Grayscale: #646464. Windows color (decimal): -4766923 or 3490743. OLE color: 3490743.

HSL color Cylindrical-coordinate representation of color #B74335: hue angle of 6.46º 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 #B74335 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 67 53 -
CMYK 0 0.63 0.71 0.28
HSL 6.46º 0.55% 0.46% -
HSV(B) 6.46º 0.71% 0.72% -
XYZ 22.18 14.34 4.97 -
YUV 100.09 101.43 187.14 -
System Red Green Blue C M Y K H S L
Decimal 183 67 53 0 0.63 0.71 0.28 6.46 0.55 0.46
Hex B7 43 35 0 3F 47 1C 6 37 2E
Octal 267 103 65 0 77 107 34 6 67 56
Binary 10110111 1000011 110101 0 111111 1000111 11100 110 110111 101110

Color Harmonies of #B74335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74335

Black with #B74335

Text Example


Text Example

White with #B74335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74335; }

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

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

background-color css

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

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

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

border-color css

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

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

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