Html Css Color HEX #B63B3F Brick Red

📋 copy color: '#B63B3F'

red 182 ◦ green 59 ◦ blue 63

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

Shades of Brick Red #B63B3F

Tints of Brick Red #B63B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.41%

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

R = 59.87%
G = 19.41%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63B3F (or 0xB63B3F) is known color: Brick Red. HEX triplet: B6, 3B and 3F. RGB value is (182,59,63). Sum of RGB (Red+Green+Blue) = 182+59+63=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B3F is #49C4C0. Grayscale: #606060. Windows color (decimal): -4834497 or 4144054. OLE color: 4144054.

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

Color convert

RGB 182 59 63 -
CMYK 0 0.68 0.65 0.29
HSL 358.05º 0.51% 0.47% -
HSV(B) 358.05º 0.68% 0.71% -
XYZ 21.75 13.43 6.15 -
YUV 96.23 109.25 189.17 -
System Red Green Blue C M Y K H S L
Decimal 182 59 63 0 0.68 0.65 0.29 358.05 0.51 0.47
Hex B6 3B 3F 0 44 41 1D 166 33 2F
Octal 266 73 77 0 104 101 35 546 63 57
Binary 10110110 111011 111111 0 1000100 1000001 11101 101100110 110011 101111

Color Harmonies of #B63B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63B3F

Black with #B63B3F

Text Example


Text Example

White with #B63B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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