Html Css Color HEX #BF0146 Cardinal

📋 copy color: '#BF0146'

red 191 ◦ green 1 ◦ blue 70

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

Shades of Cardinal #BF0146

Tints of Cardinal #BF0146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 72.9%
G = 0.38%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF0146 (or 0xBF0146) is known color: Cardinal. HEX triplet: BF, 01 and 46. RGB value is (191,1,70). Sum of RGB (Red+Green+Blue) = 191+1+70=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0146 is #40FEB9. Grayscale: #414141. Windows color (decimal): -4259514 or 4587967. OLE color: 4587967.

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

Color convert

RGB 191 1 70 -
CMYK 0 0.99 0.63 0.25
HSL 338.21º 0.99% 0.38% -
HSV(B) 338.21º 0.99% 0.75% -
XYZ 22.6 11.54 6.83 -
YUV 65.68 130.45 217.39 -
System Red Green Blue C M Y K H S L
Decimal 191 1 70 0 0.99 0.63 0.25 338.21 0.99 0.38
Hex BF 1 46 0 63 3F 19 152 63 26
Octal 277 1 106 0 143 77 31 522 143 46
Binary 10111111 1 1000110 0 1100011 111111 11001 101010010 1100011 100110

Color Harmonies of #BF0146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0146

Black with #BF0146

Text Example


Text Example

White with #BF0146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0146; }

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

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

background-color css

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

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

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

border-color css

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

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

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