Html Css Color HEX #BF134C Cardinal

📋 copy color: '#BF134C'

red 191 ◦ green 19 ◦ blue 76

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

Shades of Cardinal #BF134C

Tints of Cardinal #BF134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 66.78%
G = 6.64%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BF134C (or 0xBF134C) is known color: Cardinal. HEX triplet: BF, 13 and 4C. RGB value is (191,19,76). Sum of RGB (Red+Green+Blue) = 191+19+76=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF134C is #40ECB3. Grayscale: #4C4C4C. Windows color (decimal): -4254900 or 4985791. OLE color: 4985791.

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

Color convert

RGB 191 19 76 -
CMYK 0 0.90 0.60 0.25
HSL 340.12º 0.82% 0.41% -
HSV(B) 340.12º 0.9% 0.75% -
XYZ 23.02 12.06 7.95 -
YUV 76.93 127.48 209.37 -
System Red Green Blue C M Y K H S L
Decimal 191 19 76 0 0.90 0.60 0.25 340.12 0.82 0.41
Hex BF 13 4C 0 5A 3C 19 154 52 29
Octal 277 23 114 0 132 74 31 524 122 51
Binary 10111111 10011 1001100 0 1011010 111100 11001 101010100 1010010 101001

Color Harmonies of #BF134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF134C

Black with #BF134C

Text Example


Text Example

White with #BF134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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