Html Css Color HEX #B74330 Medium Carmine

📋 copy color: '#B74330'

red 183 ◦ green 67 ◦ blue 48

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

Shades of Medium Carmine #B74330

Tints of Medium Carmine #B74330

RGB

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

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

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

R = 61.41%
G = 22.48%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B74330 (or 0xB74330) is known color: Medium Carmine. HEX triplet: B7, 43 and 30. RGB value is (183,67,48). Sum of RGB (Red+Green+Blue) = 183+67+48=298 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.41% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 183 - color contains mainly: red. Hex color #B74330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74330 is #48BCCF. Grayscale: #636363. Windows color (decimal): -4766928 or 3163063. OLE color: 3163063.

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

Color convert

RGB 183 67 48 -
CMYK 0 0.63 0.74 0.28
HSL 8.44º 0.58% 0.45% -
HSV(B) 8.44º 0.74% 0.72% -
XYZ 22.07 14.29 4.39 -
YUV 99.52 98.93 187.54 -
System Red Green Blue C M Y K H S L
Decimal 183 67 48 0 0.63 0.74 0.28 8.44 0.58 0.45
Hex B7 43 30 0 3F 4A 1C 8 3A 2D
Octal 267 103 60 0 77 112 34 10 72 55
Binary 10110111 1000011 110000 0 111111 1001010 11100 1000 111010 101101

Color Harmonies of #B74330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74330

Black with #B74330

Text Example


Text Example

White with #B74330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74330; }

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

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

background-color css

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

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

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

border-color css

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

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

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