Html Css Color HEX #BF082F Cardinal

📋 copy color: '#BF082F'

red 191 ◦ green 8 ◦ blue 47

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

Shades of Cardinal #BF082F

Tints of Cardinal #BF082F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 77.64%
G = 3.25%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BF082F (or 0xBF082F) is known color: Cardinal. HEX triplet: BF, 08 and 2F. RGB value is (191,8,47). Sum of RGB (Red+Green+Blue) = 191+8+47=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF082F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF082F is #40F7D0. Grayscale: #434343. Windows color (decimal): -4257745 or 3082431. OLE color: 3082431.

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

Color convert

RGB 191 8 47 -
CMYK 0 0.96 0.75 0.25
HSL 347.21º 0.92% 0.39% -
HSV(B) 347.21º 0.96% 0.75% -
XYZ 22.09 11.46 3.74 -
YUV 67.16 116.63 216.33 -
System Red Green Blue C M Y K H S L
Decimal 191 8 47 0 0.96 0.75 0.25 347.21 0.92 0.39
Hex BF 8 2F 0 60 4B 19 15B 5C 27
Octal 277 10 57 0 140 113 31 533 134 47
Binary 10111111 1000 101111 0 1100000 1001011 11001 101011011 1011100 100111

Color Harmonies of #BF082F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF082F

Black with #BF082F

Text Example


Text Example

White with #BF082F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF082F; }

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

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

background-color css

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

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

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

border-color css

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

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

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