Html Css Color HEX #B03038 Brick Red

📋 copy color: '#B03038'

red 176 ◦ green 48 ◦ blue 56

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

Shades of Brick Red #B03038

Tints of Brick Red #B03038

RGB

 RED value IS 176 (69.14% from 255) = 62.86%

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

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

R = 62.86%
G = 17.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B03038 (or 0xB03038) is known color: Brick Red. HEX triplet: B0, 30 and 38. RGB value is (176,48,56). Sum of RGB (Red+Green+Blue) = 176+48+56=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B03038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03038 is #4FCFC7. Grayscale: #575757. Windows color (decimal): -5230536 or 3682480. OLE color: 3682480.

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

Color convert

RGB 176 48 56 -
CMYK 0 0.73 0.68 0.31
HSL 356.25º 0.57% 0.44% -
HSV(B) 356.25º 0.73% 0.69% -
XYZ 19.68 11.63 4.95 -
YUV 87.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 176 48 56 0 0.73 0.68 0.31 356.25 0.57 0.44
Hex B0 30 38 0 49 44 1F 164 39 2C
Octal 260 60 70 0 111 104 37 544 71 54
Binary 10110000 110000 111000 0 1001001 1000100 11111 101100100 111001 101100

Color Harmonies of #B03038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03038

Black with #B03038

Text Example


Text Example

White with #B03038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03038; }

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

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

background-color css

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

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

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

border-color css

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

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

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