Html Css Color HEX #B23A2F Medium Carmine

📋 copy color: '#B23A2F'

red 178 ◦ green 58 ◦ blue 47

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

Shades of Medium Carmine #B23A2F

Tints of Medium Carmine #B23A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.61%

R = 62.9%
G = 20.49%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B23A2F (or 0xB23A2F) is known color: Medium Carmine. HEX triplet: B2, 3A and 2F. RGB value is (178,58,47). Sum of RGB (Red+Green+Blue) = 178+58+47=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A2F is #4DC5D0. Grayscale: #5C5C5C. Windows color (decimal): -5096913 or 3095218. OLE color: 3095218.

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

Color convert

RGB 178 58 47 -
CMYK 0 0.67 0.74 0.30
HSL 5.04º 0.58% 0.44% -
HSV(B) 5.04º 0.74% 0.7% -
XYZ 20.39 12.7 4.07 -
YUV 92.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 178 58 47 0 0.67 0.74 0.30 5.04 0.58 0.44
Hex B2 3A 2F 0 43 4A 1E 5 3A 2C
Octal 262 72 57 0 103 112 36 5 72 54
Binary 10110010 111010 101111 0 1000011 1001010 11110 101 111010 101100

Color Harmonies of #B23A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A2F

Black with #B23A2F

Text Example


Text Example

White with #B23A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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