Html Css Color HEX #BF0137 Cardinal

📋 copy color: '#BF0137'

red 191 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #BF0137

Tints of Cardinal #BF0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.27%

R = 77.33%
G = 0.4%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BF0137 (or 0xBF0137) is known color: Cardinal. HEX triplet: BF, 01 and 37. RGB value is (191,1,55). Sum of RGB (Red+Green+Blue) = 191+1+55=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0137 is #40FEC8. Grayscale: #3F3F3F. Windows color (decimal): -4259529 or 3604927. OLE color: 3604927.

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

Color convert

RGB 191 1 55 -
CMYK 0 0.99 0.71 0.25
HSL 342.95º 0.99% 0.38% -
HSV(B) 342.95º 0.99% 0.75% -
XYZ 22.19 11.37 4.64 -
YUV 63.97 122.95 218.61 -
System Red Green Blue C M Y K H S L
Decimal 191 1 55 0 0.99 0.71 0.25 342.95 0.99 0.38
Hex BF 1 37 0 63 47 19 157 63 26
Octal 277 1 67 0 143 107 31 527 143 46
Binary 10111111 1 110111 0 1100011 1000111 11001 101010111 1100011 100110

Color Harmonies of #BF0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0137

Black with #BF0137

Text Example


Text Example

White with #BF0137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0137; }

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

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

background-color css

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

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

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

border-color css

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

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

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