Html Css Color HEX #BF0E2F Cardinal

📋 copy color: '#BF0E2F'

red 191 ◦ green 14 ◦ blue 47

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

Shades of Cardinal #BF0E2F

Tints of Cardinal #BF0E2F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 75.79%
G = 5.56%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF0E2F (or 0xBF0E2F) is known color: Cardinal. HEX triplet: BF, 0E and 2F. RGB value is (191,14,47). Sum of RGB (Red+Green+Blue) = 191+14+47=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E2F is #40F1D0. Grayscale: #464646. Windows color (decimal): -4256209 or 3083967. OLE color: 3083967.

HSL color Cylindrical-coordinate representation of color #BF0E2F: hue angle of 348.81º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E2F is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 14 47 -
CMYK 0 0.93 0.75 0.25
HSL 348.81º 0.86% 0.4% -
HSV(B) 348.81º 0.93% 0.75% -
XYZ 22.16 11.6 3.76 -
YUV 70.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 191 14 47 0 0.93 0.75 0.25 348.81 0.86 0.4
Hex BF E 2F 0 5D 4B 19 15D 56 28
Octal 277 16 57 0 135 113 31 535 126 50
Binary 10111111 1110 101111 0 1011101 1001011 11001 101011101 1010110 101000

Color Harmonies of #BF0E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E2F

Black with #BF0E2F

Text Example


Text Example

White with #BF0E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E2F; }

 p { color: rgb(191,14,47); }

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

background-color css

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

 a { background-color: rgb(191,14,47); }

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

border-color css

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

 span { border-color: rgb(191,14,47); }

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