Html Css Color HEX #BF0346 Cardinal

📋 copy color: '#BF0346'

red 191 ◦ green 3 ◦ blue 70

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

Shades of Cardinal #BF0346

Tints of Cardinal #BF0346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 72.35%
G = 1.14%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#BF0346 (or 0xBF0346) is known color: Cardinal. HEX triplet: BF, 03 and 46. RGB value is (191,3,70). Sum of RGB (Red+Green+Blue) = 191+3+70=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 3 (1.56% from 255 or 1.14% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0346 is #40FCB9. Grayscale: #424242. Windows color (decimal): -4259002 or 4588479. OLE color: 4588479.

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

Color convert

RGB 191 3 70 -
CMYK 0 0.98 0.63 0.25
HSL 338.62º 0.97% 0.38% -
HSV(B) 338.62º 0.98% 0.75% -
XYZ 22.62 11.58 6.84 -
YUV 66.85 129.78 216.55 -
System Red Green Blue C M Y K H S L
Decimal 191 3 70 0 0.98 0.63 0.25 338.62 0.97 0.38
Hex BF 3 46 0 62 3F 19 153 61 26
Octal 277 3 106 0 142 77 31 523 141 46
Binary 10111111 11 1000110 0 1100010 111111 11001 101010011 1100001 100110

Color Harmonies of #BF0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0346

Black with #BF0346

Text Example


Text Example

White with #BF0346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0346; }

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

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

background-color css

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

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

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

border-color css

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

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

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