Html Css Color HEX #B23730 Medium Carmine

📋 copy color: '#B23730'

red 178 ◦ green 55 ◦ blue 48

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

Shades of Medium Carmine #B23730

Tints of Medium Carmine #B23730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.57%

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

R = 63.35%
G = 19.57%
B = 17.08%

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

#B23730 (or 0xB23730) is known color: Medium Carmine. HEX triplet: B2, 37 and 30. RGB value is (178,55,48). Sum of RGB (Red+Green+Blue) = 178+55+48=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 55 (21.88% from 255 or 19.57% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B23730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23730 is #4DC8CF. Grayscale: #5B5B5B. Windows color (decimal): -5097680 or 3159986. OLE color: 3159986.

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

Color convert

RGB 178 55 48 -
CMYK 0 0.69 0.73 0.30
HSL 3.23º 0.58% 0.44% -
HSV(B) 3.23º 0.73% 0.7% -
XYZ 20.26 12.41 4.12 -
YUV 90.98 103.75 190.07 -
System Red Green Blue C M Y K H S L
Decimal 178 55 48 0 0.69 0.73 0.30 3.23 0.58 0.44
Hex B2 37 30 0 45 49 1E 3 3A 2C
Octal 262 67 60 0 105 111 36 3 72 54
Binary 10110010 110111 110000 0 1000101 1001001 11110 11 111010 101100

Color Harmonies of #B23730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23730

Black with #B23730

Text Example


Text Example

White with #B23730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23730; }

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

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

background-color css

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

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

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

border-color css

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

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

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