Html Css Color HEX #B23A22 Medium Carmine

📋 copy color: '#B23A22'

red 178 ◦ green 58 ◦ blue 34

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

Shades of Medium Carmine #B23A22

Tints of Medium Carmine #B23A22

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

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

R = 65.93%
G = 21.48%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23A22 (or 0xB23A22) is known color: Medium Carmine. HEX triplet: B2, 3A and 22. RGB value is (178,58,34). Sum of RGB (Red+Green+Blue) = 178+58+34=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A22 is #4DC5DD. Grayscale: #5B5B5B. Windows color (decimal): -5096926 or 2243250. OLE color: 2243250.

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

Color convert

RGB 178 58 34 -
CMYK 0 0.67 0.81 0.30
HSL 10º 0.68% 0.42% -
HSV(B) 10º 0.81% 0.7% -
XYZ 20.16 12.61 2.88 -
YUV 91.14 95.76 189.95 -
System Red Green Blue C M Y K H S L
Decimal 178 58 34 0 0.67 0.81 0.30 10 0.68 0.42
Hex B2 3A 22 0 43 51 1E A 44 2A
Octal 262 72 42 0 103 121 36 12 104 52
Binary 10110010 111010 100010 0 1000011 1010001 11110 1010 1000100 101010

Color Harmonies of #B23A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A22

Black with #B23A22

Text Example


Text Example

White with #B23A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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