Html Css Color HEX #BF162F Cardinal

📋 copy color: '#BF162F'

red 191 ◦ green 22 ◦ blue 47

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

Shades of Cardinal #BF162F

Tints of Cardinal #BF162F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 73.46%
G = 8.46%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF162F (or 0xBF162F) is known color: Cardinal. HEX triplet: BF, 16 and 2F. RGB value is (191,22,47). Sum of RGB (Red+Green+Blue) = 191+22+47=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF162F is #40E9D0. Grayscale: #4B4B4B. Windows color (decimal): -4254161 or 3086015. OLE color: 3086015.

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

Color convert

RGB 191 22 47 -
CMYK 0 0.88 0.75 0.25
HSL 351.12º 0.79% 0.42% -
HSV(B) 351.12º 0.88% 0.75% -
XYZ 22.29 11.86 3.8 -
YUV 75.38 111.99 210.47 -
System Red Green Blue C M Y K H S L
Decimal 191 22 47 0 0.88 0.75 0.25 351.12 0.79 0.42
Hex BF 16 2F 0 58 4B 19 15F 4F 2A
Octal 277 26 57 0 130 113 31 537 117 52
Binary 10111111 10110 101111 0 1011000 1001011 11001 101011111 1001111 101010

Color Harmonies of #BF162F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF162F

Black with #BF162F

Text Example


Text Example

White with #BF162F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF162F; }

 p { color: rgb(191,22,47); }

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

background-color css

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

 a { background-color: rgb(191,22,47); }

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

border-color css

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

 span { border-color: rgb(191,22,47); }

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