Html Css Color HEX #B3283E Brick Red

📋 copy color: '#B3283E'

red 179 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #B3283E

Tints of Brick Red #B3283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 62 (24.61% from 255) = 22.06%

R = 63.7%
G = 14.23%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3283E (or 0xB3283E) is known color: Brick Red. HEX triplet: B3, 28 and 3E. RGB value is (179,40,62). Sum of RGB (Red+Green+Blue) = 179+40+62=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B3283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3283E is #4CD7C1. Grayscale: #545454. Windows color (decimal): -5035970 or 4073651. OLE color: 4073651.

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

Color convert

RGB 179 40 62 -
CMYK 0 0.78 0.65 0.30
HSL 350.5º 0.63% 0.43% -
HSV(B) 350.5º 0.78% 0.7% -
XYZ 20.22 11.45 5.7 -
YUV 84.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 179 40 62 0 0.78 0.65 0.30 350.5 0.63 0.43
Hex B3 28 3E 0 4E 41 1E 15F 3F 2B
Octal 263 50 76 0 116 101 36 537 77 53
Binary 10110011 101000 111110 0 1001110 1000001 11110 101011111 111111 101011

Color Harmonies of #B3283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3283E

Black with #B3283E

Text Example


Text Example

White with #B3283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3283E; }

 p { color: rgb(179,40,62); }

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

background-color css

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

 a { background-color: rgb(179,40,62); }

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

border-color css

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

 span { border-color: rgb(179,40,62); }

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