Html Css Color HEX #B23640 Brick Red

📋 copy color: '#B23640'

red 178 ◦ green 54 ◦ blue 64

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

Shades of Brick Red #B23640

Tints of Brick Red #B23640

RGB

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

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

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

R = 60.14%
G = 18.24%
B = 21.62%

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

#B23640 (or 0xB23640) is known color: Brick Red. HEX triplet: B2, 36 and 40. RGB value is (178,54,64). Sum of RGB (Red+Green+Blue) = 178+54+64=296 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.14% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 178 - color contains mainly: red. Hex color #B23640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23640 is #4DC9BF. Grayscale: #5C5C5C. Windows color (decimal): -5097920 or 4208306. OLE color: 4208306.

HSL color Cylindrical-coordinate representation of color #B23640: hue angle of 355.16º degrees, saturation: 0.53, 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 #B23640 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 54 64 -
CMYK 0 0.70 0.64 0.30
HSL 355.16º 0.53% 0.45% -
HSV(B) 355.16º 0.7% 0.7% -
XYZ 20.6 12.47 6.17 -
YUV 92.22 112.08 189.19 -
System Red Green Blue C M Y K H S L
Decimal 178 54 64 0 0.70 0.64 0.30 355.16 0.53 0.45
Hex B2 36 40 0 46 40 1E 163 35 2D
Octal 262 66 100 0 106 100 36 543 65 55
Binary 10110010 110110 1000000 0 1000110 1000000 11110 101100011 110101 101101

Color Harmonies of #B23640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23640

Black with #B23640

Text Example


Text Example

White with #B23640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23640; }

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

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

background-color css

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

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

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

border-color css

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

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

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