Html Css Color HEX #BF063B Cardinal

📋 copy color: '#BF063B'

red 191 ◦ green 6 ◦ blue 59

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

Shades of Cardinal #BF063B

Tints of Cardinal #BF063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 74.61%
G = 2.34%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#BF063B (or 0xBF063B) is known color: Cardinal. HEX triplet: BF, 06 and 3B. RGB value is (191,6,59). Sum of RGB (Red+Green+Blue) = 191+6+59=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF063B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF063B is #40F9C4. Grayscale: #434343. Windows color (decimal): -4258245 or 3868351. OLE color: 3868351.

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

Color convert

RGB 191 6 59 -
CMYK 0 0.97 0.69 0.25
HSL 342.81º 0.94% 0.39% -
HSV(B) 342.81º 0.97% 0.75% -
XYZ 22.34 11.52 5.18 -
YUV 67.36 123.29 216.19 -
System Red Green Blue C M Y K H S L
Decimal 191 6 59 0 0.97 0.69 0.25 342.81 0.94 0.39
Hex BF 6 3B 0 61 45 19 157 5E 27
Octal 277 6 73 0 141 105 31 527 136 47
Binary 10111111 110 111011 0 1100001 1000101 11001 101010111 1011110 100111

Color Harmonies of #BF063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF063B

Black with #BF063B

Text Example


Text Example

White with #BF063B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF063B; }

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

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

background-color css

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

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

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

border-color css

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

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

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