Html Css Color HEX #BF2731 Cardinal

📋 copy color: '#BF2731'

red 191 ◦ green 39 ◦ blue 49

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

Shades of Cardinal #BF2731

Tints of Cardinal #BF2731

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 68.46%
G = 13.98%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF2731 (or 0xBF2731) is known color: Cardinal. HEX triplet: BF, 27 and 31. RGB value is (191,39,49). Sum of RGB (Red+Green+Blue) = 191+39+49=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2731 is #40D8CE. Grayscale: #555555. Windows color (decimal): -4249807 or 3221439. OLE color: 3221439.

HSL color Cylindrical-coordinate representation of color #BF2731: hue angle of 356.05º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2731 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 39 49 -
CMYK 0 0.80 0.74 0.25
HSL 356.05º 0.66% 0.45% -
HSV(B) 356.05º 0.8% 0.75% -
XYZ 22.77 12.75 4.17 -
YUV 85.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 191 39 49 0 0.80 0.74 0.25 356.05 0.66 0.45
Hex BF 27 31 0 50 4A 19 164 42 2D
Octal 277 47 61 0 120 112 31 544 102 55
Binary 10111111 100111 110001 0 1010000 1001010 11001 101100100 1000010 101101

Color Harmonies of #BF2731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2731

Black with #BF2731

Text Example


Text Example

White with #BF2731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2731; }

 p { color: rgb(191,39,49); }

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

background-color css

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

 a { background-color: rgb(191,39,49); }

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

border-color css

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

 span { border-color: rgb(191,39,49); }

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