Html Css Color HEX #BF1332 Cardinal

📋 copy color: '#BF1332'

red 191 ◦ green 19 ◦ blue 50

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

Shades of Cardinal #BF1332

Tints of Cardinal #BF1332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.31%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 73.46%
G = 7.31%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF1332 (or 0xBF1332) is known color: Cardinal. HEX triplet: BF, 13 and 32. RGB value is (191,19,50). Sum of RGB (Red+Green+Blue) = 191+19+50=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1332 is #40ECCD. Grayscale: #4A4A4A. Windows color (decimal): -4254926 or 3281855. OLE color: 3281855.

HSL color Cylindrical-coordinate representation of color #BF1332: hue angle of 349.19º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1332 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 50 -
CMYK 0 0.90 0.74 0.25
HSL 349.19º 0.82% 0.41% -
HSV(B) 349.19º 0.9% 0.75% -
XYZ 22.29 11.77 4.11 -
YUV 73.96 114.48 211.48 -
System Red Green Blue C M Y K H S L
Decimal 191 19 50 0 0.90 0.74 0.25 349.19 0.82 0.41
Hex BF 13 32 0 5A 4A 19 15D 52 29
Octal 277 23 62 0 132 112 31 535 122 51
Binary 10111111 10011 110010 0 1011010 1001010 11001 101011101 1010010 101001

Color Harmonies of #BF1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1332

Black with #BF1332

Text Example


Text Example

White with #BF1332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1332; }

 p { color: rgb(191,19,50); }

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

background-color css

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

 a { background-color: rgb(191,19,50); }

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

border-color css

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

 span { border-color: rgb(191,19,50); }

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