Html Css Color HEX #B3383D Brick Red

📋 copy color: '#B3383D'

red 179 ◦ green 56 ◦ blue 61

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

Shades of Brick Red #B3383D

Tints of Brick Red #B3383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 60.47%
G = 18.92%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3383D (or 0xB3383D) is known color: Brick Red. HEX triplet: B3, 38 and 3D. RGB value is (179,56,61). Sum of RGB (Red+Green+Blue) = 179+56+61=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 56 (22.27% from 255 or 18.92% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3383D is #4CC7C2. Grayscale: #5D5D5D. Windows color (decimal): -5031875 or 4012211. OLE color: 4012211.

HSL color Cylindrical-coordinate representation of color #B3383D: hue angle of 357.56º 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 #B3383D is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 61 -
CMYK 0 0.69 0.66 0.30
HSL 357.56º 0.52% 0.46% -
HSV(B) 357.56º 0.69% 0.7% -
XYZ 20.85 12.75 5.78 -
YUV 93.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 179 56 61 0 0.69 0.66 0.30 357.56 0.52 0.46
Hex B3 38 3D 0 45 42 1E 166 34 2E
Octal 263 70 75 0 105 102 36 546 64 56
Binary 10110011 111000 111101 0 1000101 1000010 11110 101100110 110100 101110

Color Harmonies of #B3383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3383D

Black with #B3383D

Text Example


Text Example

White with #B3383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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