Html Css Color HEX #B23E22 Medium Carmine

📋 copy color: '#B23E22'

red 178 ◦ green 62 ◦ blue 34

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

Shades of Medium Carmine #B23E22

Tints of Medium Carmine #B23E22

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

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

R = 64.96%
G = 22.63%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23E22 (or 0xB23E22) is known color: Medium Carmine. HEX triplet: B2, 3E and 22. RGB value is (178,62,34). Sum of RGB (Red+Green+Blue) = 178+62+34=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E22 is #4DC1DD. Grayscale: #5D5D5D. Windows color (decimal): -5095902 or 2244274. OLE color: 2244274.

HSL color Cylindrical-coordinate representation of color #B23E22: hue angle of 11.67º 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 #B23E22 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 62 34 -
CMYK 0 0.65 0.81 0.30
HSL 11.67º 0.68% 0.42% -
HSV(B) 11.67º 0.81% 0.7% -
XYZ 20.37 13.03 2.95 -
YUV 93.49 94.43 188.28 -
System Red Green Blue C M Y K H S L
Decimal 178 62 34 0 0.65 0.81 0.30 11.67 0.68 0.42
Hex B2 3E 22 0 41 51 1E C 44 2A
Octal 262 76 42 0 101 121 36 14 104 52
Binary 10110010 111110 100010 0 1000001 1010001 11110 1100 1000100 101010

Color Harmonies of #B23E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E22

Black with #B23E22

Text Example


Text Example

White with #B23E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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