Html Css Color HEX #B23540 Brick Red

📋 copy color: '#B23540'

red 178 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #B23540

Tints of Brick Red #B23540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.97%

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

R = 60.34%
G = 17.97%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B23540 (or 0xB23540) is known color: Brick Red. HEX triplet: B2, 35 and 40. RGB value is (178,53,64). Sum of RGB (Red+Green+Blue) = 178+53+64=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B23540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23540 is #4DCABF. Grayscale: #5B5B5B. Windows color (decimal): -5098176 or 4208050. OLE color: 4208050.

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

Color convert

RGB 178 53 64 -
CMYK 0 0.70 0.64 0.30
HSL 354.72º 0.54% 0.45% -
HSV(B) 354.72º 0.7% 0.7% -
XYZ 20.56 12.38 6.16 -
YUV 91.63 112.41 189.61 -
System Red Green Blue C M Y K H S L
Decimal 178 53 64 0 0.70 0.64 0.30 354.72 0.54 0.45
Hex B2 35 40 0 46 40 1E 163 36 2D
Octal 262 65 100 0 106 100 36 543 66 55
Binary 10110010 110101 1000000 0 1000110 1000000 11110 101100011 110110 101101

Color Harmonies of #B23540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23540

Black with #B23540

Text Example


Text Example

White with #B23540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23540; }

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

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

background-color css

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

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

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

border-color css

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

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

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