Html Css Color HEX #B83029 Fire Brick

📋 copy color: '#B83029'

red 184 ◦ green 48 ◦ blue 41

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

Shades of Fire Brick #B83029

Tints of Fire Brick #B83029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.58%

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 67.4%
G = 17.58%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B83029 (or 0xB83029) is known color: Fire Brick. HEX triplet: B8, 30 and 29. RGB value is (184,48,41). Sum of RGB (Red+Green+Blue) = 184+48+41=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B83029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83029 is #47CFD6. Grayscale: #585858. Windows color (decimal): -4706263 or 2699448. OLE color: 2699448.

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

Color convert

RGB 184 48 41 -
CMYK 0 0.74 0.78 0.28
HSL 2.94º 0.64% 0.44% -
HSV(B) 2.94º 0.78% 0.72% -
XYZ 21.22 12.46 3.39 -
YUV 87.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 184 48 41 0 0.74 0.78 0.28 2.94 0.64 0.44
Hex B8 30 29 0 4A 4E 1C 3 40 2C
Octal 270 60 51 0 112 116 34 3 100 54
Binary 10111000 110000 101001 0 1001010 1001110 11100 11 1000000 101100

Color Harmonies of #B83029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83029

Black with #B83029

Text Example


Text Example

White with #B83029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83029; }

 p { color: rgb(184,48,41); }

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

background-color css

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

 a { background-color: rgb(184,48,41); }

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

border-color css

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

 span { border-color: rgb(184,48,41); }

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