Html Css Color HEX #B23A35 Medium Carmine

📋 copy color: '#B23A35'

red 178 ◦ green 58 ◦ blue 53

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

Shades of Medium Carmine #B23A35

Tints of Medium Carmine #B23A35

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.07%

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

R = 61.59%
G = 20.07%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B23A35 (or 0xB23A35) is known color: Medium Carmine. HEX triplet: B2, 3A and 35. RGB value is (178,58,53). Sum of RGB (Red+Green+Blue) = 178+58+53=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A35 is #4DC5CA. Grayscale: #5D5D5D. Windows color (decimal): -5096907 or 3488434. OLE color: 3488434.

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

Color convert

RGB 178 58 53 -
CMYK 0 0.67 0.70 0.30
HSL 2.4º 0.54% 0.45% -
HSV(B) 2.4º 0.7% 0.7% -
XYZ 20.52 12.75 4.75 -
YUV 93.31 105.26 188.41 -
System Red Green Blue C M Y K H S L
Decimal 178 58 53 0 0.67 0.70 0.30 2.4 0.54 0.45
Hex B2 3A 35 0 43 46 1E 2 36 2D
Octal 262 72 65 0 103 106 36 2 66 55
Binary 10110010 111010 110101 0 1000011 1000110 11110 10 110110 101101

Color Harmonies of #B23A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A35

Black with #B23A35

Text Example


Text Example

White with #B23A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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