Html Css Color HEX #BF162E Cardinal

📋 copy color: '#BF162E'

red 191 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #BF162E

Tints of Cardinal #BF162E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 73.75%
G = 8.49%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BF162E (or 0xBF162E) is known color: Cardinal. HEX triplet: BF, 16 and 2E. RGB value is (191,22,46). Sum of RGB (Red+Green+Blue) = 191+22+46=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF162E is #40E9D1. Grayscale: #4B4B4B. Windows color (decimal): -4254162 or 3020479. OLE color: 3020479.

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

Color convert

RGB 191 22 46 -
CMYK 0 0.88 0.76 0.25
HSL 351.48º 0.79% 0.42% -
HSV(B) 351.48º 0.88% 0.75% -
XYZ 22.27 11.85 3.7 -
YUV 75.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 191 22 46 0 0.88 0.76 0.25 351.48 0.79 0.42
Hex BF 16 2E 0 58 4C 19 15F 4F 2A
Octal 277 26 56 0 130 114 31 537 117 52
Binary 10111111 10110 101110 0 1011000 1001100 11001 101011111 1001111 101010

Color Harmonies of #BF162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF162E

Black with #BF162E

Text Example


Text Example

White with #BF162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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