Html Css Color HEX #B23821 Medium Carmine

📋 copy color: '#B23821'

red 178 ◦ green 56 ◦ blue 33

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

Shades of Medium Carmine #B23821

Tints of Medium Carmine #B23821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.36%

R = 66.67%
G = 20.97%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23821 (or 0xB23821) is known color: Medium Carmine. HEX triplet: B2, 38 and 21. RGB value is (178,56,33). Sum of RGB (Red+Green+Blue) = 178+56+33=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B23821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23821 is #4DC7DE. Grayscale: #5A5A5A. Windows color (decimal): -5097439 or 2177202. OLE color: 2177202.

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

Color convert

RGB 178 56 33 -
CMYK 0 0.69 0.81 0.30
HSL 9.52º 0.69% 0.41% -
HSV(B) 9.52º 0.81% 0.7% -
XYZ 20.05 12.4 2.78 -
YUV 89.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 178 56 33 0 0.69 0.81 0.30 9.52 0.69 0.41
Hex B2 38 21 0 45 51 1E A 45 29
Octal 262 70 41 0 105 121 36 12 105 51
Binary 10110010 111000 100001 0 1000101 1010001 11110 1010 1000101 101001

Color Harmonies of #B23821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23821

Black with #B23821

Text Example


Text Example

White with #B23821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23821; }

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

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

background-color css

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

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

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

border-color css

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

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

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