Html Css Color HEX #B23A29 Medium Carmine

📋 copy color: '#B23A29'

red 178 ◦ green 58 ◦ blue 41

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

Shades of Medium Carmine #B23A29

Tints of Medium Carmine #B23A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.8%

R = 64.26%
G = 20.94%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B23A29 (or 0xB23A29) is known color: Medium Carmine. HEX triplet: B2, 3A and 29. RGB value is (178,58,41). Sum of RGB (Red+Green+Blue) = 178+58+41=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23A29 is #4DC5D6. Grayscale: #5C5C5C. Windows color (decimal): -5096919 or 2702002. OLE color: 2702002.

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

Color convert

RGB 178 58 41 -
CMYK 0 0.67 0.77 0.30
HSL 7.45º 0.63% 0.43% -
HSV(B) 7.45º 0.77% 0.7% -
XYZ 20.27 12.65 3.47 -
YUV 91.94 99.26 189.38 -
System Red Green Blue C M Y K H S L
Decimal 178 58 41 0 0.67 0.77 0.30 7.45 0.63 0.43
Hex B2 3A 29 0 43 4D 1E 7 3F 2B
Octal 262 72 51 0 103 115 36 7 77 53
Binary 10110010 111010 101001 0 1000011 1001101 11110 111 111111 101011

Color Harmonies of #B23A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23A29

Black with #B23A29

Text Example


Text Example

White with #B23A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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