Html Css Color HEX #B24022 Medium Carmine

📋 copy color: '#B24022'

red 178 ◦ green 64 ◦ blue 34

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

Shades of Medium Carmine #B24022

Tints of Medium Carmine #B24022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 64.49%
G = 23.19%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B24022 (or 0xB24022) is known color: Medium Carmine. HEX triplet: B2, 40 and 22. RGB value is (178,64,34). Sum of RGB (Red+Green+Blue) = 178+64+34=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B24022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24022 is #4DBFDD. Grayscale: #5E5E5E. Windows color (decimal): -5095390 or 2244786. OLE color: 2244786.

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

Color convert

RGB 178 64 34 -
CMYK 0 0.64 0.81 0.30
HSL 12.5º 0.68% 0.42% -
HSV(B) 12.5º 0.81% 0.7% -
XYZ 20.48 13.25 2.99 -
YUV 94.67 93.77 187.44 -
System Red Green Blue C M Y K H S L
Decimal 178 64 34 0 0.64 0.81 0.30 12.5 0.68 0.42
Hex B2 40 22 0 40 51 1E C 44 2A
Octal 262 100 42 0 100 121 36 14 104 52
Binary 10110010 1000000 100010 0 1000000 1010001 11110 1100 1000100 101010

Color Harmonies of #B24022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24022

Black with #B24022

Text Example


Text Example

White with #B24022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24022; }

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

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

background-color css

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

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

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

border-color css

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

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

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