Html Css Color HEX #BF0143 Cardinal

📋 copy color: '#BF0143'

red 191 ◦ green 1 ◦ blue 67

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

Shades of Cardinal #BF0143

Tints of Cardinal #BF0143

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 67 (26.56% from 255) = 25.87%

R = 73.75%
G = 0.39%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#BF0143 (or 0xBF0143) is known color: Cardinal. HEX triplet: BF, 01 and 43. RGB value is (191,1,67). Sum of RGB (Red+Green+Blue) = 191+1+67=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0143 is #40FEBC. Grayscale: #414141. Windows color (decimal): -4259517 or 4391359. OLE color: 4391359.

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

Color convert

RGB 191 1 67 -
CMYK 0 0.99 0.65 0.25
HSL 339.16º 0.99% 0.38% -
HSV(B) 339.16º 0.99% 0.75% -
XYZ 22.51 11.5 6.34 -
YUV 65.33 128.95 217.63 -
System Red Green Blue C M Y K H S L
Decimal 191 1 67 0 0.99 0.65 0.25 339.16 0.99 0.38
Hex BF 1 43 0 63 41 19 153 63 26
Octal 277 1 103 0 143 101 31 523 143 46
Binary 10111111 1 1000011 0 1100011 1000001 11001 101010011 1100011 100110

Color Harmonies of #BF0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0143

Black with #BF0143

Text Example


Text Example

White with #BF0143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0143; }

 p { color: rgb(191,1,67); }

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

background-color css

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

 a { background-color: rgb(191,1,67); }

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

border-color css

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

 span { border-color: rgb(191,1,67); }

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