Html Css Color HEX #B74130 Medium Carmine

📋 copy color: '#B74130'

red 183 ◦ green 65 ◦ blue 48

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

Shades of Medium Carmine #B74130

Tints of Medium Carmine #B74130

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.96%

 BLUE value IS 48 (19.14% from 255) = 16.22%

R = 61.82%
G = 21.96%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B74130 (or 0xB74130) is known color: Medium Carmine. HEX triplet: B7, 41 and 30. RGB value is (183,65,48). Sum of RGB (Red+Green+Blue) = 183+65+48=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B74130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74130 is #48BECF. Grayscale: #626262. Windows color (decimal): -4767440 or 3162551. OLE color: 3162551.

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

Color convert

RGB 183 65 48 -
CMYK 0 0.64 0.74 0.28
HSL 7.56º 0.58% 0.45% -
HSV(B) 7.56º 0.74% 0.72% -
XYZ 21.95 14.06 4.35 -
YUV 98.34 99.59 188.38 -
System Red Green Blue C M Y K H S L
Decimal 183 65 48 0 0.64 0.74 0.28 7.56 0.58 0.45
Hex B7 41 30 0 40 4A 1C 8 3A 2D
Octal 267 101 60 0 100 112 34 10 72 55
Binary 10110111 1000001 110000 0 1000000 1001010 11100 1000 111010 101101

Color Harmonies of #B74130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74130

Black with #B74130

Text Example


Text Example

White with #B74130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74130; }

 p { color: rgb(183,65,48); }

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

background-color css

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

 a { background-color: rgb(183,65,48); }

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

border-color css

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

 span { border-color: rgb(183,65,48); }

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