Html Css Color HEX #BF0B41 Cardinal

📋 copy color: '#BF0B41'

red 191 ◦ green 11 ◦ blue 65

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

Shades of Cardinal #BF0B41

Tints of Cardinal #BF0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.12%

 BLUE value IS 65 (25.78% from 255) = 24.34%

R = 71.54%
G = 4.12%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#BF0B41 (or 0xBF0B41) is known color: Cardinal. HEX triplet: BF, 0B and 41. RGB value is (191,11,65). Sum of RGB (Red+Green+Blue) = 191+11+65=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0B41 is #40F4BE. Grayscale: #464646. Windows color (decimal): -4256959 or 4262847. OLE color: 4262847.

HSL color Cylindrical-coordinate representation of color #BF0B41: hue angle of 342º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B41 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 11 65 -
CMYK 0 0.94 0.66 0.25
HSL 342º 0.89% 0.4% -
HSV(B) 342º 0.94% 0.75% -
XYZ 22.56 11.7 6.07 -
YUV 70.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 191 11 65 0 0.94 0.66 0.25 342 0.89 0.4
Hex BF B 41 0 5E 42 19 156 59 28
Octal 277 13 101 0 136 102 31 526 131 50
Binary 10111111 1011 1000001 0 1011110 1000010 11001 101010110 1011001 101000

Color Harmonies of #BF0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0B41

Black with #BF0B41

Text Example


Text Example

White with #BF0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0B41; }

 p { color: rgb(191,11,65); }

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

background-color css

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

 a { background-color: rgb(191,11,65); }

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

border-color css

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

 span { border-color: rgb(191,11,65); }

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