Html Css Color HEX #B3383C Brick Red

📋 copy color: '#B3383C'

red 179 ◦ green 56 ◦ blue 60

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

Shades of Brick Red #B3383C

Tints of Brick Red #B3383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.34%

R = 60.68%
G = 18.98%
B = 20.34%

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

#B3383C (or 0xB3383C) is known color: Brick Red. HEX triplet: B3, 38 and 3C. RGB value is (179,56,60). Sum of RGB (Red+Green+Blue) = 179+56+60=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B3383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3383C is #4CC7C3. Grayscale: #5D5D5D. Windows color (decimal): -5031876 or 3946675. OLE color: 3946675.

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

Color convert

RGB 179 56 60 -
CMYK 0 0.69 0.66 0.30
HSL 358.05º 0.52% 0.46% -
HSV(B) 358.05º 0.69% 0.7% -
XYZ 20.82 12.74 5.64 -
YUV 93.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 179 56 60 0 0.69 0.66 0.30 358.05 0.52 0.46
Hex B3 38 3C 0 45 42 1E 166 34 2E
Octal 263 70 74 0 105 102 36 546 64 56
Binary 10110011 111000 111100 0 1000101 1000010 11110 101100110 110100 101110

Color Harmonies of #B3383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3383C

Black with #B3383C

Text Example


Text Example

White with #B3383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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