Html Css Color HEX #BF1934 Cardinal

📋 copy color: '#BF1934'

red 191 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #BF1934

Tints of Cardinal #BF1934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.33%

 BLUE value IS 52 (20.7% from 255) = 19.4%

R = 71.27%
G = 9.33%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF1934 (or 0xBF1934) is known color: Cardinal. HEX triplet: BF, 19 and 34. RGB value is (191,25,52). Sum of RGB (Red+Green+Blue) = 191+25+52=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1934 is #40E6CB. Grayscale: #4D4D4D. Windows color (decimal): -4253388 or 3414463. OLE color: 3414463.

HSL color Cylindrical-coordinate representation of color #BF1934: hue angle of 350.24º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1934 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 25 52 -
CMYK 0 0.87 0.73 0.25
HSL 350.24º 0.77% 0.42% -
HSV(B) 350.24º 0.87% 0.75% -
XYZ 22.45 12.02 4.39 -
YUV 77.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 191 25 52 0 0.87 0.73 0.25 350.24 0.77 0.42
Hex BF 19 34 0 57 49 19 15E 4D 2A
Octal 277 31 64 0 127 111 31 536 115 52
Binary 10111111 11001 110100 0 1010111 1001001 11001 101011110 1001101 101010

Color Harmonies of #BF1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1934

Black with #BF1934

Text Example


Text Example

White with #BF1934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1934; }

 p { color: rgb(191,25,52); }

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

background-color css

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

 a { background-color: rgb(191,25,52); }

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

border-color css

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

 span { border-color: rgb(191,25,52); }

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