Html Css Color HEX #BF084A Cardinal

📋 copy color: '#BF084A'

red 191 ◦ green 8 ◦ blue 74

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

Shades of Cardinal #BF084A

Tints of Cardinal #BF084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.93%

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

R = 69.96%
G = 2.93%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF084A (or 0xBF084A) is known color: Cardinal. HEX triplet: BF, 08 and 4A. RGB value is (191,8,74). Sum of RGB (Red+Green+Blue) = 191+8+74=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF084A is #40F7B5. Grayscale: #464646. Windows color (decimal): -4257718 or 4851903. OLE color: 4851903.

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

Color convert

RGB 191 8 74 -
CMYK 0 0.96 0.61 0.25
HSL 338.36º 0.92% 0.39% -
HSV(B) 338.36º 0.96% 0.75% -
XYZ 22.81 11.74 7.54 -
YUV 70.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 191 8 74 0 0.96 0.61 0.25 338.36 0.92 0.39
Hex BF 8 4A 0 60 3D 19 152 5C 27
Octal 277 10 112 0 140 75 31 522 134 47
Binary 10111111 1000 1001010 0 1100000 111101 11001 101010010 1011100 100111

Color Harmonies of #BF084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF084A

Black with #BF084A

Text Example


Text Example

White with #BF084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF084A; }

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

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

background-color css

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

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

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

border-color css

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

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

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