Html Css Color HEX #BB070A Venetian Red

📋 copy color: '#BB070A'

red 187 ◦ green 7 ◦ blue 10

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

Shades of Venetian Red #BB070A

Tints of Venetian Red #BB070A

RGB

 RED value IS 187 (73.44% from 255) = 91.67%

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 91.67%
G = 3.43%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB070A (or 0xBB070A) is known color: Venetian Red. HEX triplet: BB, 07 and 0A. RGB value is (187,7,10). Sum of RGB (Red+Green+Blue) = 187+7+10=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 10 (4.30% from 255 or 4.90% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB070A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB070A is #44F8F5. Grayscale: #3D3D3D. Windows color (decimal): -4520182 or 657339. OLE color: 657339.

HSL color Cylindrical-coordinate representation of color #BB070A: hue angle of 359º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB070A is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 10 -
CMYK 0 0.96 0.95 0.27
HSL 359º 0.93% 0.38% -
HSV(B) 359º 0.96% 0.73% -
XYZ 20.62 10.74 1.27 -
YUV 61.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 187 7 10 0 0.96 0.95 0.27 359 0.93 0.38
Hex BB 7 A 0 60 5F 1B 167 5D 26
Octal 273 7 12 0 140 137 33 547 135 46
Binary 10111011 111 1010 0 1100000 1011111 11011 101100111 1011101 100110

Color Harmonies of #BB070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB070A

Black with #BB070A

Text Example


Text Example

White with #BB070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB070A; }

 p { color: rgb(187,7,10); }

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

background-color css

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

 a { background-color: rgb(187,7,10); }

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

border-color css

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

 span { border-color: rgb(187,7,10); }

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