Html Css Color HEX #B62323 Fire Brick

📋 copy color: '#B62323'

red 182 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #B62323

Tints of Fire Brick #B62323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

 BLUE value IS 35 (14.06% from 255) = 13.89%

R = 72.22%
G = 13.89%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B62323 (or 0xB62323) is known color: Fire Brick. HEX triplet: B6, 23 and 23. RGB value is (182,35,35). Sum of RGB (Red+Green+Blue) = 182+35+35=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B62323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62323 is #49DCDC. Grayscale: #4F4F4F. Windows color (decimal): -4840669 or 2302902. OLE color: 2302902.

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

Color convert

RGB 182 35 35 -
CMYK 0 0.81 0.81 0.29
HSL 0.68% 0.43% -
HSV(B) 0.81% 0.71% -
XYZ 20.2 11.27 2.7 -
YUV 78.95 103.2 201.5 -
System Red Green Blue C M Y K H S L
Decimal 182 35 35 0 0.81 0.81 0.29 0 0.68 0.43
Hex B6 23 23 0 51 51 1D 0 44 2B
Octal 266 43 43 0 121 121 35 0 104 53
Binary 10110110 100011 100011 0 1010001 1010001 11101 0 1000100 101011

Color Harmonies of #B62323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62323

Black with #B62323

Text Example


Text Example

White with #B62323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62323; }

 p { color: rgb(182,35,35); }

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

background-color css

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

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

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

border-color css

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

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

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