Html Css Color HEX #B23038 Brick Red

📋 copy color: '#B23038'

red 178 ◦ green 48 ◦ blue 56

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

Shades of Brick Red #B23038

Tints of Brick Red #B23038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.02%

 BLUE value IS 56 (22.27% from 255) = 19.86%

R = 63.12%
G = 17.02%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B23038 (or 0xB23038) is known color: Brick Red. HEX triplet: B2, 30 and 38. RGB value is (178,48,56). Sum of RGB (Red+Green+Blue) = 178+48+56=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B23038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23038 is #4DCFC7. Grayscale: #575757. Windows color (decimal): -5099464 or 3682482. OLE color: 3682482.

HSL color Cylindrical-coordinate representation of color #B23038: hue angle of 356.31º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B23038 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 48 56 -
CMYK 0 0.73 0.69 0.30
HSL 356.31º 0.58% 0.44% -
HSV(B) 356.31º 0.73% 0.7% -
XYZ 20.13 11.86 4.97 -
YUV 87.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 178 48 56 0 0.73 0.69 0.30 356.31 0.58 0.44
Hex B2 30 38 0 49 45 1E 164 3A 2C
Octal 262 60 70 0 111 105 36 544 72 54
Binary 10110010 110000 111000 0 1001001 1000101 11110 101100100 111010 101100

Color Harmonies of #B23038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23038

Black with #B23038

Text Example


Text Example

White with #B23038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23038; }

 p { color: rgb(178,48,56); }

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

background-color css

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

 a { background-color: rgb(178,48,56); }

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

border-color css

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

 span { border-color: rgb(178,48,56); }

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