Html Css Color HEX #BF172C Cardinal

📋 copy color: '#BF172C'

red 191 ◦ green 23 ◦ blue 44

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

Shades of Cardinal #BF172C

Tints of Cardinal #BF172C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 74.03%
G = 8.91%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF172C (or 0xBF172C) is known color: Cardinal. HEX triplet: BF, 17 and 2C. RGB value is (191,23,44). Sum of RGB (Red+Green+Blue) = 191+23+44=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF172C is #40E8D3. Grayscale: #4B4B4B. Windows color (decimal): -4253908 or 2889663. OLE color: 2889663.

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

Color convert

RGB 191 23 44 -
CMYK 0 0.88 0.77 0.25
HSL 352.5º 0.79% 0.42% -
HSV(B) 352.5º 0.88% 0.75% -
XYZ 22.25 11.87 3.5 -
YUV 75.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 191 23 44 0 0.88 0.77 0.25 352.5 0.79 0.42
Hex BF 17 2C 0 58 4D 19 160 4F 2A
Octal 277 27 54 0 130 115 31 540 117 52
Binary 10111111 10111 101100 0 1011000 1001101 11001 101100000 1001111 101010

Color Harmonies of #BF172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF172C

Black with #BF172C

Text Example


Text Example

White with #BF172C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF172C; }

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

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

background-color css

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

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

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

border-color css

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

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

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