Html Css Color HEX #BF163B Cardinal

📋 copy color: '#BF163B'

red 191 ◦ green 22 ◦ blue 59

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

Shades of Cardinal #BF163B

Tints of Cardinal #BF163B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.69%

R = 70.22%
G = 8.09%
B = 21.69%

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

#BF163B (or 0xBF163B) is known color: Cardinal. HEX triplet: BF, 16 and 3B. RGB value is (191,22,59). Sum of RGB (Red+Green+Blue) = 191+22+59=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF163B is #40E9C4. Grayscale: #4C4C4C. Windows color (decimal): -4254149 or 3872447. OLE color: 3872447.

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

Color convert

RGB 191 22 59 -
CMYK 0 0.88 0.69 0.25
HSL 346.86º 0.79% 0.42% -
HSV(B) 346.86º 0.88% 0.75% -
XYZ 22.56 11.97 5.26 -
YUV 76.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 191 22 59 0 0.88 0.69 0.25 346.86 0.79 0.42
Hex BF 16 3B 0 58 45 19 15B 4F 2A
Octal 277 26 73 0 130 105 31 533 117 52
Binary 10111111 10110 111011 0 1011000 1000101 11001 101011011 1001111 101010

Color Harmonies of #BF163B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF163B

Black with #BF163B

Text Example


Text Example

White with #BF163B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF163B; }

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

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

background-color css

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

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

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

border-color css

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

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

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