Html Css Color HEX #B7022D Venetian Red

📋 copy color: '#B7022D'

red 183 ◦ green 2 ◦ blue 45

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

Shades of Venetian Red #B7022D

Tints of Venetian Red #B7022D

RGB

 RED value IS 183 (71.88% from 255) = 79.57%

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 45 (17.97% from 255) = 19.57%

R = 79.57%
G = 0.87%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7022D (or 0xB7022D) is known color: Venetian Red. HEX triplet: B7, 02 and 2D. RGB value is (183,2,45). Sum of RGB (Red+Green+Blue) = 183+2+45=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7022D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7022D is #48FDD2. Grayscale: #3D3D3D. Windows color (decimal): -4783571 or 2949815. OLE color: 2949815.

HSL color Cylindrical-coordinate representation of color #B7022D: hue angle of 345.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7022D is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 45 -
CMYK 0 0.99 0.75 0.28
HSL 345.75º 0.98% 0.36% -
HSV(B) 345.75º 0.99% 0.72% -
XYZ 20.02 10.3 3.42 -
YUV 61.02 118.97 215 -
System Red Green Blue C M Y K H S L
Decimal 183 2 45 0 0.99 0.75 0.28 345.75 0.98 0.36
Hex B7 2 2D 0 63 4B 1C 15A 62 24
Octal 267 2 55 0 143 113 34 532 142 44
Binary 10110111 10 101101 0 1100011 1001011 11100 101011010 1100010 100100

Color Harmonies of #B7022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7022D

Black with #B7022D

Text Example


Text Example

White with #B7022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7022D; }

 p { color: rgb(183,2,45); }

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

background-color css

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

 a { background-color: rgb(183,2,45); }

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

border-color css

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

 span { border-color: rgb(183,2,45); }

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