Html Css Color HEX #BF082C Cardinal

📋 copy color: '#BF082C'

red 191 ◦ green 8 ◦ blue 44

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

Shades of Cardinal #BF082C

Tints of Cardinal #BF082C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.11%

R = 78.6%
G = 3.29%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BF082C (or 0xBF082C) is known color: Cardinal. HEX triplet: BF, 08 and 2C. RGB value is (191,8,44). Sum of RGB (Red+Green+Blue) = 191+8+44=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF082C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF082C is #40F7D3. Grayscale: #424242. Windows color (decimal): -4257748 or 2885823. OLE color: 2885823.

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

Color convert

RGB 191 8 44 -
CMYK 0 0.96 0.77 0.25
HSL 348.2º 0.92% 0.39% -
HSV(B) 348.2º 0.96% 0.75% -
XYZ 22.03 11.43 3.43 -
YUV 66.82 115.13 216.57 -
System Red Green Blue C M Y K H S L
Decimal 191 8 44 0 0.96 0.77 0.25 348.2 0.92 0.39
Hex BF 8 2C 0 60 4D 19 15C 5C 27
Octal 277 10 54 0 140 115 31 534 134 47
Binary 10111111 1000 101100 0 1100000 1001101 11001 101011100 1011100 100111

Color Harmonies of #BF082C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF082C

Black with #BF082C

Text Example


Text Example

White with #BF082C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF082C; }

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

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

background-color css

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

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

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

border-color css

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

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

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