Html Css Color HEX #B70321 Venetian Red

📋 copy color: '#B70321'

red 183 ◦ green 3 ◦ blue 33

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

Shades of Venetian Red #B70321

Tints of Venetian Red #B70321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 83.56%
G = 1.37%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B70321 (or 0xB70321) is known color: Venetian Red. HEX triplet: B7, 03 and 21. RGB value is (183,3,33). Sum of RGB (Red+Green+Blue) = 183+3+33=219 (29% of max value = 765). Red value is 183 (71.88% from 255 or 83.56% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 183 - color contains mainly: red. Hex color #B70321 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70321 is #48FCDE. Grayscale: #3C3C3C. Windows color (decimal): -4783327 or 2163639. OLE color: 2163639.

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

Color convert

RGB 183 3 33 -
CMYK 0 0.98 0.82 0.28
HSL 350º 0.97% 0.36% -
HSV(B) 350º 0.98% 0.72% -
XYZ 19.84 10.24 2.37 -
YUV 60.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 183 3 33 0 0.98 0.82 0.28 350 0.97 0.36
Hex B7 3 21 0 62 52 1C 15E 61 24
Octal 267 3 41 0 142 122 34 536 141 44
Binary 10110111 11 100001 0 1100010 1010010 11100 101011110 1100001 100100

Color Harmonies of #B70321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70321

Black with #B70321

Text Example


Text Example

White with #B70321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70321; }

 p { color: rgb(183,3,33); }

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

background-color css

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

 a { background-color: rgb(183,3,33); }

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

border-color css

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

 span { border-color: rgb(183,3,33); }

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