Html Css Color HEX #B03D3F Brick Red

📋 copy color: '#B03D3F'

red 176 ◦ green 61 ◦ blue 63

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

Shades of Brick Red #B03D3F

Tints of Brick Red #B03D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.33%

 BLUE value IS 63 (25% from 255) = 21%

R = 58.67%
G = 20.33%
B = 21%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B03D3F (or 0xB03D3F) is known color: Brick Red. HEX triplet: B0, 3D and 3F. RGB value is (176,61,63). Sum of RGB (Red+Green+Blue) = 176+61+63=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D3F is #4FC2C0. Grayscale: #5F5F5F. Windows color (decimal): -5227201 or 4144560. OLE color: 4144560.

HSL color Cylindrical-coordinate representation of color #B03D3F: hue angle of 358.96º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D3F is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 61 63 -
CMYK 0 0.65 0.64 0.31
HSL 358.96º 0.49% 0.46% -
HSV(B) 358.96º 0.65% 0.69% -
XYZ 20.47 12.93 6.12 -
YUV 95.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 176 61 63 0 0.65 0.64 0.31 358.96 0.49 0.46
Hex B0 3D 3F 0 41 40 1F 167 31 2E
Octal 260 75 77 0 101 100 37 547 61 56
Binary 10110000 111101 111111 0 1000001 1000000 11111 101100111 110001 101110

Color Harmonies of #B03D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03D3F

Black with #B03D3F

Text Example


Text Example

White with #B03D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03D3F; }

 p { color: rgb(176,61,63); }

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

background-color css

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

 a { background-color: rgb(176,61,63); }

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

border-color css

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

 span { border-color: rgb(176,61,63); }

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