Html Css Color HEX #B84530 Medium Carmine

📋 copy color: '#B84530'

red 184 ◦ green 69 ◦ blue 48

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

Shades of Medium Carmine #B84530

Tints of Medium Carmine #B84530

RGB

 RED value IS 184 (72.27% from 255) = 61.13%

 GREEN value IS 69 (27.34% from 255) = 22.92%

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

R = 61.13%
G = 22.92%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B84530 (or 0xB84530) is known color: Medium Carmine. HEX triplet: B8, 45 and 30. RGB value is (184,69,48). Sum of RGB (Red+Green+Blue) = 184+69+48=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B84530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84530 is #47BACF. Grayscale: #656565. Windows color (decimal): -4700880 or 3163576. OLE color: 3163576.

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

Color convert

RGB 184 69 48 -
CMYK 0 0.62 0.74 0.28
HSL 9.26º 0.59% 0.45% -
HSV(B) 9.26º 0.74% 0.72% -
XYZ 22.43 14.66 4.44 -
YUV 100.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 184 69 48 0 0.62 0.74 0.28 9.26 0.59 0.45
Hex B8 45 30 0 3E 4A 1C 9 3B 2D
Octal 270 105 60 0 76 112 34 11 73 55
Binary 10111000 1000101 110000 0 111110 1001010 11100 1001 111011 101101

Color Harmonies of #B84530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84530

Black with #B84530

Text Example


Text Example

White with #B84530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84530; }

 p { color: rgb(184,69,48); }

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

background-color css

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

 a { background-color: rgb(184,69,48); }

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

border-color css

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

 span { border-color: rgb(184,69,48); }

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