Html Css Color HEX #BF130A Free Speech Red

📋 copy color: '#BF130A'

red 191 ◦ green 19 ◦ blue 10

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

Shades of Free Speech Red #BF130A

Tints of Free Speech Red #BF130A

RGB

 RED value IS 191 (75% from 255) = 86.82%

 GREEN value IS 19 (7.81% from 255) = 8.64%

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

R = 86.82%
G = 8.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF130A (or 0xBF130A) is known color: Free Speech Red. HEX triplet: BF, 13 and 0A. RGB value is (191,19,10). Sum of RGB (Red+Green+Blue) = 191+19+10=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 10 (4.30% from 255 or 4.55% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF130A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF130A is #40ECF5. Grayscale: #454545. Windows color (decimal): -4254966 or 660415. OLE color: 660415.

HSL color Cylindrical-coordinate representation of color #BF130A: hue angle of 2.98º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF130A is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 10 -
CMYK 0 0.90 0.95 0.25
HSL 2.98º 0.9% 0.39% -
HSV(B) 2.98º 0.95% 0.75% -
XYZ 21.77 11.56 1.37 -
YUV 69.4 94.48 214.73 -
System Red Green Blue C M Y K H S L
Decimal 191 19 10 0 0.90 0.95 0.25 2.98 0.9 0.39
Hex BF 13 A 0 5A 5F 19 3 5A 27
Octal 277 23 12 0 132 137 31 3 132 47
Binary 10111111 10011 1010 0 1011010 1011111 11001 11 1011010 100111

Color Harmonies of #BF130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF130A

Black with #BF130A

Text Example


Text Example

White with #BF130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF130A; }

 p { color: rgb(191,19,10); }

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

background-color css

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

 a { background-color: rgb(191,19,10); }

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

border-color css

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

 span { border-color: rgb(191,19,10); }

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