Html Css Color HEX #B83441 Brick Red

📋 copy color: '#B83441'

red 184 ◦ green 52 ◦ blue 65

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

Shades of Brick Red #B83441

Tints of Brick Red #B83441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 65 (25.78% from 255) = 21.59%

R = 61.13%
G = 17.28%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B83441 (or 0xB83441) is known color: Brick Red. HEX triplet: B8, 34 and 41. RGB value is (184,52,65). Sum of RGB (Red+Green+Blue) = 184+52+65=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B83441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83441 is #47CBBE. Grayscale: #5D5D5D. Windows color (decimal): -4705215 or 4273336. OLE color: 4273336.

HSL color Cylindrical-coordinate representation of color #B83441: hue angle of 354.09º degrees, saturation: 0.56, 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 #B83441 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 52 65 -
CMYK 0 0.72 0.65 0.28
HSL 354.09º 0.56% 0.46% -
HSV(B) 354.09º 0.72% 0.72% -
XYZ 21.95 13.03 6.36 -
YUV 92.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 184 52 65 0 0.72 0.65 0.28 354.09 0.56 0.46
Hex B8 34 41 0 48 41 1C 162 38 2E
Octal 270 64 101 0 110 101 34 542 70 56
Binary 10111000 110100 1000001 0 1001000 1000001 11100 101100010 111000 101110

Color Harmonies of #B83441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B83441

Black with #B83441

Text Example


Text Example

White with #B83441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B83441; }

 p { color: rgb(184,52,65); }

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

background-color css

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

 a { background-color: rgb(184,52,65); }

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

border-color css

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

 span { border-color: rgb(184,52,65); }

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