Html Css Color HEX #BD0706 Free Speech Red

📋 copy color: '#BD0706'

red 189 ◦ green 7 ◦ blue 6

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

Shades of Free Speech Red #BD0706

Tints of Free Speech Red #BD0706

RGB

 RED value IS 189 (74.22% from 255) = 93.56%

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

 BLUE value IS 6 (2.73% from 255) = 2.97%

R = 93.56%
G = 3.47%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD0706 (or 0xBD0706) is known color: Free Speech Red. HEX triplet: BD, 07 and 06. RGB value is (189,7,6). Sum of RGB (Red+Green+Blue) = 189+7+6=202 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.56% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 6 (2.73% from 255 or 2.97% from 202); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0706 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0706 is #42F8F9. Grayscale: #3D3D3D. Windows color (decimal): -4389114 or 395197. OLE color: 395197.

HSL color Cylindrical-coordinate representation of color #BD0706: hue angle of 0.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0706 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 7 6 -
CMYK 0 0.96 0.97 0.26
HSL 0.33º 0.94% 0.38% -
HSV(B) 0.33º 0.97% 0.74% -
XYZ 21.1 10.98 1.18 -
YUV 61.3 96.8 219.08 -
System Red Green Blue C M Y K H S L
Decimal 189 7 6 0 0.96 0.97 0.26 0.33 0.94 0.38
Hex BD 7 6 0 60 61 1A 0 5E 26
Octal 275 7 6 0 140 141 32 0 136 46
Binary 10111101 111 110 0 1100000 1100001 11010 0 1011110 100110

Color Harmonies of #BD0706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0706

Black with #BD0706

Text Example


Text Example

White with #BD0706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0706; }

 p { color: rgb(189,7,6); }

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

background-color css

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

 a { background-color: rgb(189,7,6); }

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

border-color css

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

 span { border-color: rgb(189,7,6); }

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