Html Css Color HEX #BF1A32 Cardinal

📋 copy color: '#BF1A32'

red 191 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #BF1A32

Tints of Cardinal #BF1A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.74%

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

R = 71.54%
G = 9.74%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF1A32 (or 0xBF1A32) is known color: Cardinal. HEX triplet: BF, 1A and 32. RGB value is (191,26,50). Sum of RGB (Red+Green+Blue) = 191+26+50=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1A32 is #40E5CD. Grayscale: #4E4E4E. Windows color (decimal): -4253134 or 3283647. OLE color: 3283647.

HSL color Cylindrical-coordinate representation of color #BF1A32: hue angle of 351.27º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF1A32 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 26 50 -
CMYK 0 0.86 0.74 0.25
HSL 351.27º 0.76% 0.43% -
HSV(B) 351.27º 0.86% 0.75% -
XYZ 22.43 12.05 4.16 -
YUV 78.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 191 26 50 0 0.86 0.74 0.25 351.27 0.76 0.43
Hex BF 1A 32 0 56 4A 19 15F 4C 2B
Octal 277 32 62 0 126 112 31 537 114 53
Binary 10111111 11010 110010 0 1010110 1001010 11001 101011111 1001100 101011

Color Harmonies of #BF1A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1A32

Black with #BF1A32

Text Example


Text Example

White with #BF1A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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