Html Css Color HEX #BF1F32 Cardinal

📋 copy color: '#BF1F32'

red 191 ◦ green 31 ◦ blue 50

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

Shades of Cardinal #BF1F32

Tints of Cardinal #BF1F32

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

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

R = 70.22%
G = 11.4%
B = 18.38%

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

#BF1F32 (or 0xBF1F32) is known color: Cardinal. HEX triplet: BF, 1F and 32. RGB value is (191,31,50). Sum of RGB (Red+Green+Blue) = 191+31+50=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F32 is #40E0CD. Grayscale: #515151. Windows color (decimal): -4251854 or 3284927. OLE color: 3284927.

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

Color convert

RGB 191 31 50 -
CMYK 0 0.84 0.74 0.25
HSL 352.88º 0.72% 0.44% -
HSV(B) 352.88º 0.84% 0.75% -
XYZ 22.55 12.29 4.2 -
YUV 81.01 110.51 206.46 -
System Red Green Blue C M Y K H S L
Decimal 191 31 50 0 0.84 0.74 0.25 352.88 0.72 0.44
Hex BF 1F 32 0 54 4A 19 161 48 2C
Octal 277 37 62 0 124 112 31 541 110 54
Binary 10111111 11111 110010 0 1010100 1001010 11001 101100001 1001000 101100

Color Harmonies of #BF1F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F32

Black with #BF1F32

Text Example


Text Example

White with #BF1F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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