Html Css Color HEX #B3383F Brick Red

📋 copy color: '#B3383F'

red 179 ◦ green 56 ◦ blue 63

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

Shades of Brick Red #B3383F

Tints of Brick Red #B3383F

RGB

 RED value IS 179 (70.31% from 255) = 60.07%

 GREEN value IS 56 (22.27% from 255) = 18.79%

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

R = 60.07%
G = 18.79%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3383F (or 0xB3383F) is known color: Brick Red. HEX triplet: B3, 38 and 3F. RGB value is (179,56,63). Sum of RGB (Red+Green+Blue) = 179+56+63=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B3383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3383F is #4CC7C0. Grayscale: #5D5D5D. Windows color (decimal): -5031873 or 4143283. OLE color: 4143283.

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

Color convert

RGB 179 56 63 -
CMYK 0 0.69 0.65 0.30
HSL 356.59º 0.52% 0.46% -
HSV(B) 356.59º 0.69% 0.7% -
XYZ 20.9 12.77 6.07 -
YUV 93.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 179 56 63 0 0.69 0.65 0.30 356.59 0.52 0.46
Hex B3 38 3F 0 45 41 1E 165 34 2E
Octal 263 70 77 0 105 101 36 545 64 56
Binary 10110011 111000 111111 0 1000101 1000001 11110 101100101 110100 101110

Color Harmonies of #B3383F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3383F

Black with #B3383F

Text Example


Text Example

White with #B3383F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3383F; }

 p { color: rgb(179,56,63); }

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

background-color css

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

 a { background-color: rgb(179,56,63); }

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

border-color css

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

 span { border-color: rgb(179,56,63); }

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