Html Css Color HEX #B7030A Venetian Red

📋 copy color: '#B7030A'

red 183 ◦ green 3 ◦ blue 10

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

Shades of Venetian Red #B7030A

Tints of Venetian Red #B7030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.1%

R = 93.37%
G = 1.53%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7030A (or 0xB7030A) is known color: Venetian Red. HEX triplet: B7, 03 and 0A. RGB value is (183,3,10). Sum of RGB (Red+Green+Blue) = 183+3+10=196 (25% of max value = 765). Red value is 183 (71.88% from 255 or 93.37% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 183 - color contains mainly: red. Hex color #B7030A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B7030A is #48FCF5. Grayscale: #393939. Windows color (decimal): -4783350 or 656311. OLE color: 656311.

HSL color Cylindrical-coordinate representation of color #B7030A: hue angle of 357.67º 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 #B7030A is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 3 10 -
CMYK 0 0.98 0.95 0.28
HSL 357.67º 0.97% 0.36% -
HSV(B) 357.67º 0.98% 0.72% -
XYZ 19.62 10.15 1.21 -
YUV 57.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 183 3 10 0 0.98 0.95 0.28 357.67 0.97 0.36
Hex B7 3 A 0 62 5F 1C 166 61 24
Octal 267 3 12 0 142 137 34 546 141 44
Binary 10110111 11 1010 0 1100010 1011111 11100 101100110 1100001 100100

Color Harmonies of #B7030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7030A

Black with #B7030A

Text Example


Text Example

White with #B7030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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