Html Css Color HEX #B23626 Medium Carmine

📋 copy color: '#B23626'

red 178 ◦ green 54 ◦ blue 38

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

Shades of Medium Carmine #B23626

Tints of Medium Carmine #B23626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 65.93%
G = 20%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B23626 (or 0xB23626) is known color: Medium Carmine. HEX triplet: B2, 36 and 26. RGB value is (178,54,38). Sum of RGB (Red+Green+Blue) = 178+54+38=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B23626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23626 is #4DC9D9. Grayscale: #595959. Windows color (decimal): -5097946 or 2504370. OLE color: 2504370.

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

Color convert

RGB 178 54 38 -
CMYK 0 0.70 0.79 0.30
HSL 6.86º 0.65% 0.42% -
HSV(B) 6.86º 0.79% 0.7% -
XYZ 20.03 12.24 3.14 -
YUV 89.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 178 54 38 0 0.70 0.79 0.30 6.86 0.65 0.42
Hex B2 36 26 0 46 4F 1E 7 41 2A
Octal 262 66 46 0 106 117 36 7 101 52
Binary 10110010 110110 100110 0 1000110 1001111 11110 111 1000001 101010

Color Harmonies of #B23626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23626

Black with #B23626

Text Example


Text Example

White with #B23626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23626; }

 p { color: rgb(178,54,38); }

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

background-color css

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

 a { background-color: rgb(178,54,38); }

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

border-color css

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

 span { border-color: rgb(178,54,38); }

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