Html Css Color HEX #BF033F Cardinal

📋 copy color: '#BF033F'

red 191 ◦ green 3 ◦ blue 63

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

Shades of Cardinal #BF033F

Tints of Cardinal #BF033F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.51%

R = 74.32%
G = 1.17%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#BF033F (or 0xBF033F) is known color: Cardinal. HEX triplet: BF, 03 and 3F. RGB value is (191,3,63). Sum of RGB (Red+Green+Blue) = 191+3+63=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF033F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF033F is #40FCC0. Grayscale: #424242. Windows color (decimal): -4259009 or 4129727. OLE color: 4129727.

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

Color convert

RGB 191 3 63 -
CMYK 0 0.98 0.67 0.25
HSL 340.85º 0.97% 0.38% -
HSV(B) 340.85º 0.98% 0.75% -
XYZ 22.42 11.5 5.74 -
YUV 66.05 126.28 217.12 -
System Red Green Blue C M Y K H S L
Decimal 191 3 63 0 0.98 0.67 0.25 340.85 0.97 0.38
Hex BF 3 3F 0 62 43 19 155 61 26
Octal 277 3 77 0 142 103 31 525 141 46
Binary 10111111 11 111111 0 1100010 1000011 11001 101010101 1100001 100110

Color Harmonies of #BF033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF033F

Black with #BF033F

Text Example


Text Example

White with #BF033F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF033F; }

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

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

background-color css

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

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

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

border-color css

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

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

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