Html Css Color HEX #BF1330 Cardinal

📋 copy color: '#BF1330'

red 191 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #BF1330

Tints of Cardinal #BF1330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.6%

R = 74.03%
G = 7.36%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF1330 (or 0xBF1330) is known color: Cardinal. HEX triplet: BF, 13 and 30. RGB value is (191,19,48). Sum of RGB (Red+Green+Blue) = 191+19+48=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1330 is #40ECCF. Grayscale: #494949. Windows color (decimal): -4254928 or 3150783. OLE color: 3150783.

HSL color Cylindrical-coordinate representation of color #BF1330: hue angle of 349.88º 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 #BF1330 is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 19 48 -
CMYK 0 0.90 0.75 0.25
HSL 349.88º 0.82% 0.41% -
HSV(B) 349.88º 0.9% 0.75% -
XYZ 22.25 11.76 3.89 -
YUV 73.73 113.48 211.64 -
System Red Green Blue C M Y K H S L
Decimal 191 19 48 0 0.90 0.75 0.25 349.88 0.82 0.41
Hex BF 13 30 0 5A 4B 19 15E 52 29
Octal 277 23 60 0 132 113 31 536 122 51
Binary 10111111 10011 110000 0 1011010 1001011 11001 101011110 1010010 101001

Color Harmonies of #BF1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1330

Black with #BF1330

Text Example


Text Example

White with #BF1330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1330; }

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

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

background-color css

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

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

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

border-color css

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

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

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