Html Css Color HEX #B23B25 Medium Carmine

📋 copy color: '#B23B25'

red 178 ◦ green 59 ◦ blue 37

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

Shades of Medium Carmine #B23B25

Tints of Medium Carmine #B23B25

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

 BLUE value IS 37 (14.84% from 255) = 13.5%

R = 64.96%
G = 21.53%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#B23B25 (or 0xB23B25) is known color: Medium Carmine. HEX triplet: B2, 3B and 25. RGB value is (178,59,37). Sum of RGB (Red+Green+Blue) = 178+59+37=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B25 is #4DC4DA. Grayscale: #5C5C5C. Windows color (decimal): -5096667 or 2440114. OLE color: 2440114.

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

Color convert

RGB 178 59 37 -
CMYK 0 0.67 0.79 0.30
HSL 9.36º 0.66% 0.42% -
HSV(B) 9.36º 0.79% 0.7% -
XYZ 20.26 12.73 3.14 -
YUV 92.07 96.92 189.29 -
System Red Green Blue C M Y K H S L
Decimal 178 59 37 0 0.67 0.79 0.30 9.36 0.66 0.42
Hex B2 3B 25 0 43 4F 1E 9 42 2A
Octal 262 73 45 0 103 117 36 11 102 52
Binary 10110010 111011 100101 0 1000011 1001111 11110 1001 1000010 101010

Color Harmonies of #B23B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B25

Black with #B23B25

Text Example


Text Example

White with #B23B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B25; }

 p { color: rgb(178,59,37); }

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

background-color css

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

 a { background-color: rgb(178,59,37); }

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

border-color css

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

 span { border-color: rgb(178,59,37); }

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