Html Css Color HEX #B83342 Brick Red

📋 copy color: '#B83342'

red 184 ◦ green 51 ◦ blue 66

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

Shades of Brick Red #B83342

Tints of Brick Red #B83342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

 BLUE value IS 66 (26.17% from 255) = 21.93%

R = 61.13%
G = 16.94%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B83342 (or 0xB83342) is known color: Brick Red. HEX triplet: B8, 33 and 42. RGB value is (184,51,66). Sum of RGB (Red+Green+Blue) = 184+51+66=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B83342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83342 is #47CCBD. Grayscale: #5C5C5C. Windows color (decimal): -4705470 or 4338616. OLE color: 4338616.

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

Color convert

RGB 184 51 66 -
CMYK 0 0.72 0.64 0.28
HSL 353.23º 0.57% 0.46% -
HSV(B) 353.23º 0.72% 0.72% -
XYZ 21.93 12.95 6.5 -
YUV 92.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 184 51 66 0 0.72 0.64 0.28 353.23 0.57 0.46
Hex B8 33 42 0 48 40 1C 161 39 2E
Octal 270 63 102 0 110 100 34 541 71 56
Binary 10111000 110011 1000010 0 1001000 1000000 11100 101100001 111001 101110

Color Harmonies of #B83342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83342

Black with #B83342

Text Example


Text Example

White with #B83342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83342; }

 p { color: rgb(184,51,66); }

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

background-color css

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

 a { background-color: rgb(184,51,66); }

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

border-color css

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

 span { border-color: rgb(184,51,66); }

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