Html Css Color HEX #B22F3E Brick Red

📋 copy color: '#B22F3E'

red 178 ◦ green 47 ◦ blue 62

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

Shades of Brick Red #B22F3E

Tints of Brick Red #B22F3E

RGB

 RED value IS 178 (69.92% from 255) = 62.02%

 GREEN value IS 47 (18.75% from 255) = 16.38%

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 62.02%
G = 16.38%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B22F3E (or 0xB22F3E) is known color: Brick Red. HEX triplet: B2, 2F and 3E. RGB value is (178,47,62). Sum of RGB (Red+Green+Blue) = 178+47+62=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22F3E is #4DD0C1. Grayscale: #575757. Windows color (decimal): -5099714 or 4075442. OLE color: 4075442.

HSL color Cylindrical-coordinate representation of color #B22F3E: hue angle of 353.13º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F3E is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 47 62 -
CMYK 0 0.74 0.65 0.30
HSL 353.13º 0.58% 0.44% -
HSV(B) 353.13º 0.74% 0.7% -
XYZ 20.25 11.85 5.78 -
YUV 87.88 113.4 192.28 -
System Red Green Blue C M Y K H S L
Decimal 178 47 62 0 0.74 0.65 0.30 353.13 0.58 0.44
Hex B2 2F 3E 0 4A 41 1E 161 3A 2C
Octal 262 57 76 0 112 101 36 541 72 54
Binary 10110010 101111 111110 0 1001010 1000001 11110 101100001 111010 101100

Color Harmonies of #B22F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F3E

Black with #B22F3E

Text Example


Text Example

White with #B22F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F3E; }

 p { color: rgb(178,47,62); }

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

background-color css

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

 a { background-color: rgb(178,47,62); }

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

border-color css

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

 span { border-color: rgb(178,47,62); }

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