Html Css Color HEX #B23922 Medium Carmine

📋 copy color: '#B23922'

red 178 ◦ green 57 ◦ blue 34

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

Shades of Medium Carmine #B23922

Tints of Medium Carmine #B23922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.19%

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

R = 66.17%
G = 21.19%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23922 (or 0xB23922) is known color: Medium Carmine. HEX triplet: B2, 39 and 22. RGB value is (178,57,34). Sum of RGB (Red+Green+Blue) = 178+57+34=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B23922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23922 is #4DC6DD. Grayscale: #5A5A5A. Windows color (decimal): -5097182 or 2242994. OLE color: 2242994.

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

Color convert

RGB 178 57 34 -
CMYK 0 0.68 0.81 0.30
HSL 9.58º 0.68% 0.42% -
HSV(B) 9.58º 0.81% 0.7% -
XYZ 20.11 12.51 2.87 -
YUV 90.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 178 57 34 0 0.68 0.81 0.30 9.58 0.68 0.42
Hex B2 39 22 0 44 51 1E A 44 2A
Octal 262 71 42 0 104 121 36 12 104 52
Binary 10110010 111001 100010 0 1000100 1010001 11110 1010 1000100 101010

Color Harmonies of #B23922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23922

Black with #B23922

Text Example


Text Example

White with #B23922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23922; }

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

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

background-color css

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

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

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

border-color css

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

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

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