Html Css Color HEX #BF0349 Cardinal

📋 copy color: '#BF0349'

red 191 ◦ green 3 ◦ blue 73

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

Shades of Cardinal #BF0349

Tints of Cardinal #BF0349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 71.54%
G = 1.12%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#BF0349 (or 0xBF0349) is known color: Cardinal. HEX triplet: BF, 03 and 49. RGB value is (191,3,73). Sum of RGB (Red+Green+Blue) = 191+3+73=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0349 is #40FCB6. Grayscale: #434343. Windows color (decimal): -4258999 or 4785087. OLE color: 4785087.

HSL color Cylindrical-coordinate representation of color #BF0349: hue angle of 337.66º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0349 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 3 73 -
CMYK 0 0.98 0.62 0.25
HSL 337.66º 0.97% 0.38% -
HSV(B) 337.66º 0.98% 0.75% -
XYZ 22.72 11.62 7.35 -
YUV 67.19 131.28 216.31 -
System Red Green Blue C M Y K H S L
Decimal 191 3 73 0 0.98 0.62 0.25 337.66 0.97 0.38
Hex BF 3 49 0 62 3E 19 152 61 26
Octal 277 3 111 0 142 76 31 522 141 46
Binary 10111111 11 1001001 0 1100010 111110 11001 101010010 1100001 100110

Color Harmonies of #BF0349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0349

Black with #BF0349

Text Example


Text Example

White with #BF0349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0349; }

 p { color: rgb(191,3,73); }

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

background-color css

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

 a { background-color: rgb(191,3,73); }

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

border-color css

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

 span { border-color: rgb(191,3,73); }

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