Html Css Color HEX #B24029 Medium Carmine

📋 copy color: '#B24029'

red 178 ◦ green 64 ◦ blue 41

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

Shades of Medium Carmine #B24029

Tints of Medium Carmine #B24029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.49%

R = 62.9%
G = 22.61%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B24029 (or 0xB24029) is known color: Medium Carmine. HEX triplet: B2, 40 and 29. RGB value is (178,64,41). Sum of RGB (Red+Green+Blue) = 178+64+41=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B24029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24029 is #4DBFD6. Grayscale: #5F5F5F. Windows color (decimal): -5095383 or 2703538. OLE color: 2703538.

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

Color convert

RGB 178 64 41 -
CMYK 0 0.64 0.77 0.30
HSL 10.07º 0.63% 0.43% -
HSV(B) 10.07º 0.77% 0.7% -
XYZ 20.59 13.29 3.58 -
YUV 95.46 97.27 186.87 -
System Red Green Blue C M Y K H S L
Decimal 178 64 41 0 0.64 0.77 0.30 10.07 0.63 0.43
Hex B2 40 29 0 40 4D 1E A 3F 2B
Octal 262 100 51 0 100 115 36 12 77 53
Binary 10110010 1000000 101001 0 1000000 1001101 11110 1010 111111 101011

Color Harmonies of #B24029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24029

Black with #B24029

Text Example


Text Example

White with #B24029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24029; }

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

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

background-color css

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

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

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

border-color css

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

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

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