Html Css Color HEX #B23B40 Brick Red

📋 copy color: '#B23B40'

red 178 ◦ green 59 ◦ blue 64

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

Shades of Brick Red #B23B40

Tints of Brick Red #B23B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.26%

R = 59.14%
G = 19.6%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B23B40 (or 0xB23B40) is known color: Brick Red. HEX triplet: B2, 3B and 40. RGB value is (178,59,64). Sum of RGB (Red+Green+Blue) = 178+59+64=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B40 is #4DC4BF. Grayscale: #5F5F5F. Windows color (decimal): -5096640 or 4209586. OLE color: 4209586.

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

Color convert

RGB 178 59 64 -
CMYK 0 0.67 0.64 0.30
HSL 357.48º 0.5% 0.46% -
HSV(B) 357.48º 0.67% 0.7% -
XYZ 20.85 12.96 6.25 -
YUV 95.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 178 59 64 0 0.67 0.64 0.30 357.48 0.5 0.46
Hex B2 3B 40 0 43 40 1E 165 32 2E
Octal 262 73 100 0 103 100 36 545 62 56
Binary 10110010 111011 1000000 0 1000011 1000000 11110 101100101 110010 101110

Color Harmonies of #B23B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23B40

Black with #B23B40

Text Example


Text Example

White with #B23B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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