Html Css Color HEX #BF094A Cardinal

📋 copy color: '#BF094A'

red 191 ◦ green 9 ◦ blue 74

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

Shades of Cardinal #BF094A

Tints of Cardinal #BF094A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 69.71%
G = 3.28%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BF094A (or 0xBF094A) is known color: Cardinal. HEX triplet: BF, 09 and 4A. RGB value is (191,9,74). Sum of RGB (Red+Green+Blue) = 191+9+74=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF094A is #40F6B5. Grayscale: #464646. Windows color (decimal): -4257462 or 4852159. OLE color: 4852159.

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

Color convert

RGB 191 9 74 -
CMYK 0 0.95 0.61 0.25
HSL 338.57º 0.91% 0.39% -
HSV(B) 338.57º 0.95% 0.75% -
XYZ 22.82 11.77 7.55 -
YUV 70.83 129.8 213.71 -
System Red Green Blue C M Y K H S L
Decimal 191 9 74 0 0.95 0.61 0.25 338.57 0.91 0.39
Hex BF 9 4A 0 5F 3D 19 153 5B 27
Octal 277 11 112 0 137 75 31 523 133 47
Binary 10111111 1001 1001010 0 1011111 111101 11001 101010011 1011011 100111

Color Harmonies of #BF094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF094A

Black with #BF094A

Text Example


Text Example

White with #BF094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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