Html Css Color HEX #B24033 Medium Carmine

📋 copy color: '#B24033'

red 178 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #B24033

Tints of Medium Carmine #B24033

RGB

 RED value IS 178 (69.92% from 255) = 60.75%

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 60.75%
G = 21.84%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B24033 (or 0xB24033) is known color: Medium Carmine. HEX triplet: B2, 40 and 33. RGB value is (178,64,51). Sum of RGB (Red+Green+Blue) = 178+64+51=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B24033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24033 is #4DBFCC. Grayscale: #606060. Windows color (decimal): -5095373 or 3358898. OLE color: 3358898.

HSL color Cylindrical-coordinate representation of color #B24033: hue angle of 6.14º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B24033 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 51 -
CMYK 0 0.64 0.71 0.30
HSL 6.14º 0.55% 0.45% -
HSV(B) 6.14º 0.71% 0.7% -
XYZ 20.79 13.37 4.62 -
YUV 96.6 102.27 186.06 -
System Red Green Blue C M Y K H S L
Decimal 178 64 51 0 0.64 0.71 0.30 6.14 0.55 0.45
Hex B2 40 33 0 40 47 1E 6 37 2D
Octal 262 100 63 0 100 107 36 6 67 55
Binary 10110010 1000000 110011 0 1000000 1000111 11110 110 110111 101101

Color Harmonies of #B24033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24033

Black with #B24033

Text Example


Text Example

White with #B24033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24033; }

 p { color: rgb(178,64,51); }

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

background-color css

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

 a { background-color: rgb(178,64,51); }

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

border-color css

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

 span { border-color: rgb(178,64,51); }

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