Html Css Color HEX #B83A3F Brick Red

📋 copy color: '#B83A3F'

red 184 ◦ green 58 ◦ blue 63

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

Shades of Brick Red #B83A3F

Tints of Brick Red #B83A3F

RGB

 RED value IS 184 (72.27% from 255) = 60.33%

 GREEN value IS 58 (23.05% from 255) = 19.02%

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

R = 60.33%
G = 19.02%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B83A3F (or 0xB83A3F) is known color: Brick Red. HEX triplet: B8, 3A and 3F. RGB value is (184,58,63). Sum of RGB (Red+Green+Blue) = 184+58+63=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A3F is #47C5C0. Grayscale: #606060. Windows color (decimal): -4703681 or 4143800. OLE color: 4143800.

HSL color Cylindrical-coordinate representation of color #B83A3F: hue angle of 357.62º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A3F is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 58 63 -
CMYK 0 0.68 0.66 0.28
HSL 357.62º 0.52% 0.47% -
HSV(B) 357.62º 0.68% 0.72% -
XYZ 22.18 13.58 6.15 -
YUV 96.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 184 58 63 0 0.68 0.66 0.28 357.62 0.52 0.47
Hex B8 3A 3F 0 44 42 1C 166 34 2F
Octal 270 72 77 0 104 102 34 546 64 57
Binary 10111000 111010 111111 0 1000100 1000010 11100 101100110 110100 101111

Color Harmonies of #B83A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83A3F

Black with #B83A3F

Text Example


Text Example

White with #B83A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83A3F; }

 p { color: rgb(184,58,63); }

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

background-color css

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

 a { background-color: rgb(184,58,63); }

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

border-color css

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

 span { border-color: rgb(184,58,63); }

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