Html Css Color HEX #B23828 Medium Carmine

📋 copy color: '#B23828'

red 178 ◦ green 56 ◦ blue 40

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

Shades of Medium Carmine #B23828

Tints of Medium Carmine #B23828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.6%

R = 64.96%
G = 20.44%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B23828 (or 0xB23828) is known color: Medium Carmine. HEX triplet: B2, 38 and 28. RGB value is (178,56,40). Sum of RGB (Red+Green+Blue) = 178+56+40=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B23828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23828 is #4DC7D7. Grayscale: #5A5A5A. Windows color (decimal): -5097432 or 2635954. OLE color: 2635954.

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

Color convert

RGB 178 56 40 -
CMYK 0 0.69 0.78 0.30
HSL 6.96º 0.63% 0.43% -
HSV(B) 6.96º 0.78% 0.7% -
XYZ 20.16 12.45 3.35 -
YUV 90.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 178 56 40 0 0.69 0.78 0.30 6.96 0.63 0.43
Hex B2 38 28 0 45 4E 1E 7 3F 2B
Octal 262 70 50 0 105 116 36 7 77 53
Binary 10110010 111000 101000 0 1000101 1001110 11110 111 111111 101011

Color Harmonies of #B23828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23828

Black with #B23828

Text Example


Text Example

White with #B23828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23828; }

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

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

background-color css

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

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

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

border-color css

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

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

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