Html Css Color HEX #BF083B Cardinal

📋 copy color: '#BF083B'

red 191 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #BF083B

Tints of Cardinal #BF083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 74.03%
G = 3.1%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF083B (or 0xBF083B) is known color: Cardinal. HEX triplet: BF, 08 and 3B. RGB value is (191,8,59). Sum of RGB (Red+Green+Blue) = 191+8+59=258 (34% of max value = 765). Red value is 191 (75% from 255 or 74.03% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 191 - color contains mainly: red. Hex color #BF083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF083B is #40F7C4. Grayscale: #444444. Windows color (decimal): -4257733 or 3868863. OLE color: 3868863.

HSL color Cylindrical-coordinate representation of color #BF083B: hue angle of 343.28º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF083B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 59 -
CMYK 0 0.96 0.69 0.25
HSL 343.28º 0.92% 0.39% -
HSV(B) 343.28º 0.96% 0.75% -
XYZ 22.36 11.57 5.19 -
YUV 68.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 191 8 59 0 0.96 0.69 0.25 343.28 0.92 0.39
Hex BF 8 3B 0 60 45 19 157 5C 27
Octal 277 10 73 0 140 105 31 527 134 47
Binary 10111111 1000 111011 0 1100000 1000101 11001 101010111 1011100 100111

Color Harmonies of #BF083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF083B

Black with #BF083B

Text Example


Text Example

White with #BF083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF083B; }

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

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

background-color css

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

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

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

border-color css

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

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

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