Html Css Color HEX #BF1E32 Cardinal

📋 copy color: '#BF1E32'

red 191 ◦ green 30 ◦ blue 50

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

Shades of Cardinal #BF1E32

Tints of Cardinal #BF1E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 70.48%
G = 11.07%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF1E32 (or 0xBF1E32) is known color: Cardinal. HEX triplet: BF, 1E and 32. RGB value is (191,30,50). Sum of RGB (Red+Green+Blue) = 191+30+50=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1E32 is #40E1CD. Grayscale: #505050. Windows color (decimal): -4252110 or 3284671. OLE color: 3284671.

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

Color convert

RGB 191 30 50 -
CMYK 0 0.84 0.74 0.25
HSL 352.55º 0.73% 0.43% -
HSV(B) 352.55º 0.84% 0.75% -
XYZ 22.53 12.24 4.19 -
YUV 80.42 110.84 206.87 -
System Red Green Blue C M Y K H S L
Decimal 191 30 50 0 0.84 0.74 0.25 352.55 0.73 0.43
Hex BF 1E 32 0 54 4A 19 161 49 2B
Octal 277 36 62 0 124 112 31 541 111 53
Binary 10111111 11110 110010 0 1010100 1001010 11001 101100001 1001001 101011

Color Harmonies of #BF1E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1E32

Black with #BF1E32

Text Example


Text Example

White with #BF1E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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