Html Css Color HEX #B23935 Medium Carmine

📋 copy color: '#B23935'

red 178 ◦ green 57 ◦ blue 53

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

Shades of Medium Carmine #B23935

Tints of Medium Carmine #B23935

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.79%

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 61.81%
G = 19.79%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B23935 (or 0xB23935) is known color: Medium Carmine. HEX triplet: B2, 39 and 35. RGB value is (178,57,53). Sum of RGB (Red+Green+Blue) = 178+57+53=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 57 (22.66% from 255 or 19.79% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B23935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23935 is #4DC6CA. Grayscale: #5C5C5C. Windows color (decimal): -5097163 or 3488178. OLE color: 3488178.

HSL color Cylindrical-coordinate representation of color #B23935: hue angle of 1.92º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B23935 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 57 53 -
CMYK 0 0.68 0.70 0.30
HSL 1.92º 0.54% 0.45% -
HSV(B) 1.92º 0.7% 0.7% -
XYZ 20.47 12.65 4.73 -
YUV 92.72 105.59 188.83 -
System Red Green Blue C M Y K H S L
Decimal 178 57 53 0 0.68 0.70 0.30 1.92 0.54 0.45
Hex B2 39 35 0 44 46 1E 2 36 2D
Octal 262 71 65 0 104 106 36 2 66 55
Binary 10110010 111001 110101 0 1000100 1000110 11110 10 110110 101101

Color Harmonies of #B23935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23935

Black with #B23935

Text Example


Text Example

White with #B23935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23935; }

 p { color: rgb(178,57,53); }

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

background-color css

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

 a { background-color: rgb(178,57,53); }

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

border-color css

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

 span { border-color: rgb(178,57,53); }

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