Html Css Color HEX #BF0133 Cardinal

📋 copy color: '#BF0133'

red 191 ◦ green 1 ◦ blue 51

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

Shades of Cardinal #BF0133

Tints of Cardinal #BF0133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 51 (20.31% from 255) = 20.99%

R = 78.6%
G = 0.41%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BF0133 (or 0xBF0133) is known color: Cardinal. HEX triplet: BF, 01 and 33. RGB value is (191,1,51). Sum of RGB (Red+Green+Blue) = 191+1+51=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0133 is #40FECC. Grayscale: #3F3F3F. Windows color (decimal): -4259533 or 3342783. OLE color: 3342783.

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

Color convert

RGB 191 1 51 -
CMYK 0 0.99 0.73 0.25
HSL 344.21º 0.99% 0.38% -
HSV(B) 344.21º 0.99% 0.75% -
XYZ 22.09 11.34 4.16 -
YUV 63.51 120.95 218.93 -
System Red Green Blue C M Y K H S L
Decimal 191 1 51 0 0.99 0.73 0.25 344.21 0.99 0.38
Hex BF 1 33 0 63 49 19 158 63 26
Octal 277 1 63 0 143 111 31 530 143 46
Binary 10111111 1 110011 0 1100011 1001001 11001 101011000 1100011 100110

Color Harmonies of #BF0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0133

Black with #BF0133

Text Example


Text Example

White with #BF0133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0133; }

 p { color: rgb(191,1,51); }

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

background-color css

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

 a { background-color: rgb(191,1,51); }

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

border-color css

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

 span { border-color: rgb(191,1,51); }

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