Html Css Color HEX #B23A27 Medium Carmine

📋 copy color: '#B23A27'

red 178 ◦ green 58 ◦ blue 39

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

Shades of Medium Carmine #B23A27

Tints of Medium Carmine #B23A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.18%

R = 64.73%
G = 21.09%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B23A27 (or 0xB23A27) is known color: Medium Carmine. HEX triplet: B2, 3A and 27. RGB value is (178,58,39). Sum of RGB (Red+Green+Blue) = 178+58+39=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A27 is #4DC5D8. Grayscale: #5B5B5B. Windows color (decimal): -5096921 or 2570930. OLE color: 2570930.

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

Color convert

RGB 178 58 39 -
CMYK 0 0.67 0.78 0.30
HSL 8.2º 0.64% 0.43% -
HSV(B) 8.2º 0.78% 0.7% -
XYZ 20.24 12.64 3.29 -
YUV 91.71 98.26 189.54 -
System Red Green Blue C M Y K H S L
Decimal 178 58 39 0 0.67 0.78 0.30 8.2 0.64 0.43
Hex B2 3A 27 0 43 4E 1E 8 40 2B
Octal 262 72 47 0 103 116 36 10 100 53
Binary 10110010 111010 100111 0 1000011 1001110 11110 1000 1000000 101011

Color Harmonies of #B23A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A27

Black with #B23A27

Text Example


Text Example

White with #B23A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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