Html Css Color HEX #BF142F Cardinal

📋 copy color: '#BF142F'

red 191 ◦ green 20 ◦ blue 47

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

Shades of Cardinal #BF142F

Tints of Cardinal #BF142F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.75%

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

R = 74.03%
G = 7.75%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF142F (or 0xBF142F) is known color: Cardinal. HEX triplet: BF, 14 and 2F. RGB value is (191,20,47). Sum of RGB (Red+Green+Blue) = 191+20+47=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF142F is #40EBD0. Grayscale: #4A4A4A. Windows color (decimal): -4254673 or 3085503. OLE color: 3085503.

HSL color Cylindrical-coordinate representation of color #BF142F: hue angle of 350.53º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF142F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 20 47 -
CMYK 0 0.90 0.75 0.25
HSL 350.53º 0.81% 0.41% -
HSV(B) 350.53º 0.9% 0.75% -
XYZ 22.25 11.78 3.79 -
YUV 74.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 191 20 47 0 0.90 0.75 0.25 350.53 0.81 0.41
Hex BF 14 2F 0 5A 4B 19 15F 51 29
Octal 277 24 57 0 132 113 31 537 121 51
Binary 10111111 10100 101111 0 1011010 1001011 11001 101011111 1010001 101001

Color Harmonies of #BF142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF142F

Black with #BF142F

Text Example


Text Example

White with #BF142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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