Html Css Color HEX #B23820 Medium Carmine

📋 copy color: '#B23820'

red 178 ◦ green 56 ◦ blue 32

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

Shades of Medium Carmine #B23820

Tints of Medium Carmine #B23820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 66.92%
G = 21.05%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B23820 (or 0xB23820) is known color: Medium Carmine. HEX triplet: B2, 38 and 20. RGB value is (178,56,32). Sum of RGB (Red+Green+Blue) = 178+56+32=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23820 is #4DC7DF. Grayscale: #595959. Windows color (decimal): -5097440 or 2111666. OLE color: 2111666.

HSL color Cylindrical-coordinate representation of color #B23820: hue angle of 9.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B23820 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 56 32 -
CMYK 0 0.69 0.82 0.30
HSL 9.86º 0.7% 0.41% -
HSV(B) 9.86º 0.82% 0.7% -
XYZ 20.03 12.4 2.7 -
YUV 89.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 178 56 32 0 0.69 0.82 0.30 9.86 0.7 0.41
Hex B2 38 20 0 45 52 1E A 46 29
Octal 262 70 40 0 105 122 36 12 106 51
Binary 10110010 111000 100000 0 1000101 1010010 11110 1010 1000110 101001

Color Harmonies of #B23820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23820

Black with #B23820

Text Example


Text Example

White with #B23820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23820; }

 p { color: rgb(178,56,32); }

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

background-color css

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

 a { background-color: rgb(178,56,32); }

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

border-color css

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

 span { border-color: rgb(178,56,32); }

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