Html Css Color HEX #B6283F Brick Red

📋 copy color: '#B6283F'

red 182 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #B6283F

Tints of Brick Red #B6283F

RGB

 RED value IS 182 (71.48% from 255) = 63.86%

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

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

R = 63.86%
G = 14.04%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B6283F (or 0xB6283F) is known color: Brick Red. HEX triplet: B6, 28 and 3F. RGB value is (182,40,63). Sum of RGB (Red+Green+Blue) = 182+40+63=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B6283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6283F is #49D7C0. Grayscale: #555555. Windows color (decimal): -4839361 or 4139190. OLE color: 4139190.

HSL color Cylindrical-coordinate representation of color #B6283F: hue angle of 350.28º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6283F is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 63 -
CMYK 0 0.78 0.65 0.29
HSL 350.28º 0.64% 0.44% -
HSV(B) 350.28º 0.78% 0.71% -
XYZ 20.95 11.82 5.88 -
YUV 85.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 182 40 63 0 0.78 0.65 0.29 350.28 0.64 0.44
Hex B6 28 3F 0 4E 41 1D 15E 40 2C
Octal 266 50 77 0 116 101 35 536 100 54
Binary 10110110 101000 111111 0 1001110 1000001 11101 101011110 1000000 101100

Color Harmonies of #B6283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6283F

Black with #B6283F

Text Example


Text Example

White with #B6283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6283F; }

 p { color: rgb(182,40,63); }

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

background-color css

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

 a { background-color: rgb(182,40,63); }

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

border-color css

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

 span { border-color: rgb(182,40,63); }

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