Html Css Color HEX #BF074C Cardinal

📋 copy color: '#BF074C'

red 191 ◦ green 7 ◦ blue 76

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

Shades of Cardinal #BF074C

Tints of Cardinal #BF074C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.74%

R = 69.71%
G = 2.55%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF074C (or 0xBF074C) is known color: Cardinal. HEX triplet: BF, 07 and 4C. RGB value is (191,7,76). Sum of RGB (Red+Green+Blue) = 191+7+76=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF074C is #40F8B3. Grayscale: #454545. Windows color (decimal): -4257972 or 4982719. OLE color: 4982719.

HSL color Cylindrical-coordinate representation of color #BF074C: hue angle of 337.5º 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 #BF074C is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 7 76 -
CMYK 0 0.96 0.60 0.25
HSL 337.5º 0.93% 0.39% -
HSV(B) 337.5º 0.96% 0.75% -
XYZ 22.87 11.75 7.9 -
YUV 69.88 131.46 214.39 -
System Red Green Blue C M Y K H S L
Decimal 191 7 76 0 0.96 0.60 0.25 337.5 0.93 0.39
Hex BF 7 4C 0 60 3C 19 152 5D 27
Octal 277 7 114 0 140 74 31 522 135 47
Binary 10111111 111 1001100 0 1100000 111100 11001 101010010 1011101 100111

Color Harmonies of #BF074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF074C

Black with #BF074C

Text Example


Text Example

White with #BF074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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