Html Css Color HEX #BF044A Cardinal

📋 copy color: '#BF044A'

red 191 ◦ green 4 ◦ blue 74

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

Shades of Cardinal #BF044A

Tints of Cardinal #BF044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 74 (29.3% from 255) = 27.51%

R = 71%
G = 1.49%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF044A (or 0xBF044A) is known color: Cardinal. HEX triplet: BF, 04 and 4A. RGB value is (191,4,74). Sum of RGB (Red+Green+Blue) = 191+4+74=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF044A is #40FBB5. Grayscale: #434343. Windows color (decimal): -4258742 or 4850879. OLE color: 4850879.

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

Color convert

RGB 191 4 74 -
CMYK 0 0.98 0.61 0.25
HSL 337.54º 0.96% 0.38% -
HSV(B) 337.54º 0.98% 0.75% -
XYZ 22.77 11.66 7.53 -
YUV 67.89 131.45 215.81 -
System Red Green Blue C M Y K H S L
Decimal 191 4 74 0 0.98 0.61 0.25 337.54 0.96 0.38
Hex BF 4 4A 0 62 3D 19 152 60 26
Octal 277 4 112 0 142 75 31 522 140 46
Binary 10111111 100 1001010 0 1100010 111101 11001 101010010 1100000 100110

Color Harmonies of #BF044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF044A

Black with #BF044A

Text Example


Text Example

White with #BF044A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF044A; }

 p { color: rgb(191,4,74); }

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

background-color css

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

 a { background-color: rgb(191,4,74); }

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

border-color css

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

 span { border-color: rgb(191,4,74); }

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