Html Css Color HEX #BF033B Cardinal

📋 copy color: '#BF033B'

red 191 ◦ green 3 ◦ blue 59

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

Shades of Cardinal #BF033B

Tints of Cardinal #BF033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.32%

R = 75.49%
G = 1.19%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF033B (or 0xBF033B) is known color: Cardinal. HEX triplet: BF, 03 and 3B. RGB value is (191,3,59). Sum of RGB (Red+Green+Blue) = 191+3+59=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF033B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF033B is #40FCC4. Grayscale: #414141. Windows color (decimal): -4259013 or 3867583. OLE color: 3867583.

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

Color convert

RGB 191 3 59 -
CMYK 0 0.98 0.69 0.25
HSL 342.13º 0.97% 0.38% -
HSV(B) 342.13º 0.98% 0.75% -
XYZ 22.31 11.46 5.17 -
YUV 65.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 191 3 59 0 0.98 0.69 0.25 342.13 0.97 0.38
Hex BF 3 3B 0 62 45 19 156 61 26
Octal 277 3 73 0 142 105 31 526 141 46
Binary 10111111 11 111011 0 1100010 1000101 11001 101010110 1100001 100110

Color Harmonies of #BF033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF033B

Black with #BF033B

Text Example


Text Example

White with #BF033B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF033B; }

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

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

background-color css

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

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

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

border-color css

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

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

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