Html Css Color HEX #BF0D4F Cardinal

📋 copy color: '#BF0D4F'

red 191 ◦ green 13 ◦ blue 79

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

Shades of Cardinal #BF0D4F

Tints of Cardinal #BF0D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.59%

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

R = 67.49%
G = 4.59%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BF0D4F (or 0xBF0D4F) is known color: Cardinal. HEX triplet: BF, 0D and 4F. RGB value is (191,13,79). Sum of RGB (Red+Green+Blue) = 191+13+79=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0D4F is #40F2B0. Grayscale: #494949. Windows color (decimal): -4256433 or 5180863. OLE color: 5180863.

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

Color convert

RGB 191 13 79 -
CMYK 0 0.93 0.59 0.25
HSL 337.75º 0.87% 0.4% -
HSV(B) 337.75º 0.93% 0.75% -
XYZ 23.04 11.93 8.49 -
YUV 73.75 130.97 211.63 -
System Red Green Blue C M Y K H S L
Decimal 191 13 79 0 0.93 0.59 0.25 337.75 0.87 0.4
Hex BF D 4F 0 5D 3B 19 152 57 28
Octal 277 15 117 0 135 73 31 522 127 50
Binary 10111111 1101 1001111 0 1011101 111011 11001 101010010 1010111 101000

Color Harmonies of #BF0D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0D4F

Black with #BF0D4F

Text Example


Text Example

White with #BF0D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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