Html Css Color HEX #BF113A Cardinal

📋 copy color: '#BF113A'

red 191 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #BF113A

Tints of Cardinal #BF113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.39%

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 71.8%
G = 6.39%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#BF113A (or 0xBF113A) is known color: Cardinal. HEX triplet: BF, 11 and 3A. RGB value is (191,17,58). Sum of RGB (Red+Green+Blue) = 191+17+58=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF113A is #40EEC5. Grayscale: #494949. Windows color (decimal): -4255430 or 3805631. OLE color: 3805631.

HSL color Cylindrical-coordinate representation of color #BF113A: hue angle of 345.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF113A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 17 58 -
CMYK 0 0.91 0.70 0.25
HSL 345.86º 0.84% 0.41% -
HSV(B) 345.86º 0.91% 0.75% -
XYZ 22.45 11.78 5.09 -
YUV 73.7 119.15 211.67 -
System Red Green Blue C M Y K H S L
Decimal 191 17 58 0 0.91 0.70 0.25 345.86 0.84 0.41
Hex BF 11 3A 0 5B 46 19 15A 54 29
Octal 277 21 72 0 133 106 31 532 124 51
Binary 10111111 10001 111010 0 1011011 1000110 11001 101011010 1010100 101001

Color Harmonies of #BF113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF113A

Black with #BF113A

Text Example


Text Example

White with #BF113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF113A; }

 p { color: rgb(191,17,58); }

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

background-color css

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

 a { background-color: rgb(191,17,58); }

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

border-color css

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

 span { border-color: rgb(191,17,58); }

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