Html Css Color HEX #B23830 Medium Carmine

📋 copy color: '#B23830'

red 178 ◦ green 56 ◦ blue 48

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

Shades of Medium Carmine #B23830

Tints of Medium Carmine #B23830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 63.12%
G = 19.86%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B23830 (or 0xB23830) is known color: Medium Carmine. HEX triplet: B2, 38 and 30. RGB value is (178,56,48). Sum of RGB (Red+Green+Blue) = 178+56+48=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B23830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23830 is #4DC7CF. Grayscale: #5B5B5B. Windows color (decimal): -5097424 or 3160242. OLE color: 3160242.

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

Color convert

RGB 178 56 48 -
CMYK 0 0.69 0.73 0.30
HSL 3.69º 0.58% 0.44% -
HSV(B) 3.69º 0.73% 0.7% -
XYZ 20.31 12.51 4.14 -
YUV 91.57 103.42 189.65 -
System Red Green Blue C M Y K H S L
Decimal 178 56 48 0 0.69 0.73 0.30 3.69 0.58 0.44
Hex B2 38 30 0 45 49 1E 4 3A 2C
Octal 262 70 60 0 105 111 36 4 72 54
Binary 10110010 111000 110000 0 1000101 1001001 11110 100 111010 101100

Color Harmonies of #B23830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23830

Black with #B23830

Text Example


Text Example

White with #B23830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23830; }

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

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

background-color css

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

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

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

border-color css

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

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

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