Html Css Color HEX #BF073B Cardinal

📋 copy color: '#BF073B'

red 191 ◦ green 7 ◦ blue 59

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

Shades of Cardinal #BF073B

Tints of Cardinal #BF073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.96%

R = 74.32%
G = 2.72%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF073B (or 0xBF073B) is known color: Cardinal. HEX triplet: BF, 07 and 3B. RGB value is (191,7,59). Sum of RGB (Red+Green+Blue) = 191+7+59=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF073B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF073B is #40F8C4. Grayscale: #434343. Windows color (decimal): -4257989 or 3868607. OLE color: 3868607.

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

Color convert

RGB 191 7 59 -
CMYK 0 0.96 0.69 0.25
HSL 343.04º 0.93% 0.39% -
HSV(B) 343.04º 0.96% 0.75% -
XYZ 22.35 11.54 5.19 -
YUV 67.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 191 7 59 0 0.96 0.69 0.25 343.04 0.93 0.39
Hex BF 7 3B 0 60 45 19 157 5D 27
Octal 277 7 73 0 140 105 31 527 135 47
Binary 10111111 111 111011 0 1100000 1000101 11001 101010111 1011101 100111

Color Harmonies of #BF073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF073B

Black with #BF073B

Text Example


Text Example

White with #BF073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF073B; }

 p { color: rgb(191,7,59); }

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

background-color css

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

 a { background-color: rgb(191,7,59); }

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

border-color css

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

 span { border-color: rgb(191,7,59); }

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