Html Css Color HEX #BF003C Cardinal

📋 copy color: '#BF003C'

red 191 ◦ green 0 ◦ blue 60

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

Shades of Cardinal #BF003C

Tints of Cardinal #BF003C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 60 (23.83% from 255) = 23.9%

R = 76.1%
G = 0%
B = 23.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF003C (or 0xBF003C) is known color: Cardinal. HEX triplet: BF, 00 and 3C. RGB value is (191,0,60). Sum of RGB (Red+Green+Blue) = 191+0+60=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF003C is #40FFC3. Grayscale: #3F3F3F. Windows color (decimal): -4259780 or 3932351. OLE color: 3932351.

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

Color convert

RGB 191 0 60 -
CMYK 0 1 0.69 0.25
HSL 341.15º 1% 0.37% -
HSV(B) 341.15º 1% 0.75% -
XYZ 22.3 11.4 5.3 -
YUV 63.95 125.78 218.62 -
System Red Green Blue C M Y K H S L
Decimal 191 0 60 0 1 0.69 0.25 341.15 1 0.37
Hex BF 0 3C 0 64 45 19 155 64 25
Octal 277 0 74 0 144 105 31 525 144 45
Binary 10111111 0 111100 0 1100100 1000101 11001 101010101 1100100 100101

Color Harmonies of #BF003C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF003C

Black with #BF003C

Text Example


Text Example

White with #BF003C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF003C; }

 p { color: rgb(191,0,60); }

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

background-color css

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

 a { background-color: rgb(191,0,60); }

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

border-color css

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

 span { border-color: rgb(191,0,60); }

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