Html Css Color HEX #BF134F Cardinal

📋 copy color: '#BF134F'

red 191 ◦ green 19 ◦ blue 79

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

Shades of Cardinal #BF134F

Tints of Cardinal #BF134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 66.09%
G = 6.57%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF134F (or 0xBF134F) is known color: Cardinal. HEX triplet: BF, 13 and 4F. RGB value is (191,19,79). Sum of RGB (Red+Green+Blue) = 191+19+79=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF134F is #40ECB0. Grayscale: #4D4D4D. Windows color (decimal): -4254897 or 5182399. OLE color: 5182399.

HSL color Cylindrical-coordinate representation of color #BF134F: hue angle of 339.07º degrees, saturation: 0.82, 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 #BF134F is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 79 -
CMYK 0 0.90 0.59 0.25
HSL 339.07º 0.82% 0.41% -
HSV(B) 339.07º 0.9% 0.75% -
XYZ 23.13 12.11 8.51 -
YUV 77.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 191 19 79 0 0.90 0.59 0.25 339.07 0.82 0.41
Hex BF 13 4F 0 5A 3B 19 153 52 29
Octal 277 23 117 0 132 73 31 523 122 51
Binary 10111111 10011 1001111 0 1011010 111011 11001 101010011 1010010 101001

Color Harmonies of #BF134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF134F

Black with #BF134F

Text Example


Text Example

White with #BF134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF134F; }

 p { color: rgb(191,19,79); }

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

background-color css

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

 a { background-color: rgb(191,19,79); }

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

border-color css

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

 span { border-color: rgb(191,19,79); }

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