Html Css Color HEX #BF0134 Cardinal

📋 copy color: '#BF0134'

red 191 ◦ green 1 ◦ blue 52

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

Shades of Cardinal #BF0134

Tints of Cardinal #BF0134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 78.28%
G = 0.41%
B = 21.31%

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

#BF0134 (or 0xBF0134) is known color: Cardinal. HEX triplet: BF, 01 and 34. RGB value is (191,1,52). Sum of RGB (Red+Green+Blue) = 191+1+52=244 (32% of max value = 765). Red value is 191 (75% from 255 or 78.28% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0134 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0134 is #40FECB. Grayscale: #3F3F3F. Windows color (decimal): -4259532 or 3408319. OLE color: 3408319.

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

Color convert

RGB 191 1 52 -
CMYK 0 0.99 0.73 0.25
HSL 343.89º 0.99% 0.38% -
HSV(B) 343.89º 0.99% 0.75% -
XYZ 22.12 11.35 4.27 -
YUV 63.62 121.45 218.85 -
System Red Green Blue C M Y K H S L
Decimal 191 1 52 0 0.99 0.73 0.25 343.89 0.99 0.38
Hex BF 1 34 0 63 49 19 158 63 26
Octal 277 1 64 0 143 111 31 530 143 46
Binary 10111111 1 110100 0 1100011 1001001 11001 101011000 1100011 100110

Color Harmonies of #BF0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0134

Black with #BF0134

Text Example


Text Example

White with #BF0134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0134; }

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

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

background-color css

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

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

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

border-color css

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

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

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