Html Css Color HEX #BF172B Cardinal

📋 copy color: '#BF172B'

red 191 ◦ green 23 ◦ blue 43

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

Shades of Cardinal #BF172B

Tints of Cardinal #BF172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 74.32%
G = 8.95%
B = 16.73%

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

#BF172B (or 0xBF172B) is known color: Cardinal. HEX triplet: BF, 17 and 2B. RGB value is (191,23,43). Sum of RGB (Red+Green+Blue) = 191+23+43=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF172B is #40E8D4. Grayscale: #4B4B4B. Windows color (decimal): -4253909 or 2824127. OLE color: 2824127.

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

Color convert

RGB 191 23 43 -
CMYK 0 0.88 0.77 0.25
HSL 352.86º 0.79% 0.42% -
HSV(B) 352.86º 0.88% 0.75% -
XYZ 22.23 11.86 3.4 -
YUV 75.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 191 23 43 0 0.88 0.77 0.25 352.86 0.79 0.42
Hex BF 17 2B 0 58 4D 19 161 4F 2A
Octal 277 27 53 0 130 115 31 541 117 52
Binary 10111111 10111 101011 0 1011000 1001101 11001 101100001 1001111 101010

Color Harmonies of #BF172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF172B

Black with #BF172B

Text Example


Text Example

White with #BF172B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF172B; }

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

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

background-color css

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

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

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

border-color css

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

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

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