Html Css Color HEX #B74438 Medium Carmine

📋 copy color: '#B74438'

red 183 ◦ green 68 ◦ blue 56

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

Shades of Medium Carmine #B74438

Tints of Medium Carmine #B74438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.24%

R = 59.61%
G = 22.15%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B74438 (or 0xB74438) is known color: Medium Carmine. HEX triplet: B7, 44 and 38. RGB value is (183,68,56). Sum of RGB (Red+Green+Blue) = 183+68+56=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B74438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74438 is #48BBC7. Grayscale: #656565. Windows color (decimal): -4766664 or 3687607. OLE color: 3687607.

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

Color convert

RGB 183 68 56 -
CMYK 0 0.63 0.69 0.28
HSL 5.67º 0.53% 0.47% -
HSV(B) 5.67º 0.69% 0.72% -
XYZ 22.31 14.49 5.36 -
YUV 101.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 183 68 56 0 0.63 0.69 0.28 5.67 0.53 0.47
Hex B7 44 38 0 3F 45 1C 6 35 2F
Octal 267 104 70 0 77 105 34 6 65 57
Binary 10110111 1000100 111000 0 111111 1000101 11100 110 110101 101111

Color Harmonies of #B74438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74438

Black with #B74438

Text Example


Text Example

White with #B74438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74438; }

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

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

background-color css

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

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

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

border-color css

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

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

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