Html Css Color HEX #BF173C Cardinal

📋 copy color: '#BF173C'

red 191 ◦ green 23 ◦ blue 60

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

Shades of Cardinal #BF173C

Tints of Cardinal #BF173C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.39%

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

R = 69.71%
G = 8.39%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF173C (or 0xBF173C) is known color: Cardinal. HEX triplet: BF, 17 and 3C. RGB value is (191,23,60). Sum of RGB (Red+Green+Blue) = 191+23+60=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 23 (9.38% from 255 or 8.39% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF173C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF173C is #40E8C3. Grayscale: #4D4D4D. Windows color (decimal): -4253892 or 3938239. OLE color: 3938239.

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

Color convert

RGB 191 23 60 -
CMYK 0 0.88 0.69 0.25
HSL 346.79º 0.79% 0.42% -
HSV(B) 346.79º 0.88% 0.75% -
XYZ 22.61 12.02 5.4 -
YUV 77.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 191 23 60 0 0.88 0.69 0.25 346.79 0.79 0.42
Hex BF 17 3C 0 58 45 19 15B 4F 2A
Octal 277 27 74 0 130 105 31 533 117 52
Binary 10111111 10111 111100 0 1011000 1000101 11001 101011011 1001111 101010

Color Harmonies of #BF173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF173C

Black with #BF173C

Text Example


Text Example

White with #BF173C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF173C; }

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

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

background-color css

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

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

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

border-color css

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

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

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